2012-10-16 12:11:28 +00:00
|
|
|
{
|
|
|
|
"disable_tab_abbreviations": true,
|
|
|
|
|
2012-11-27 14:29:11 +00:00
|
|
|
"hayaku_CSS_syntax_autoguess": [
|
|
|
|
" selector { ",
|
|
|
|
" property:value; ",
|
|
|
|
" } "
|
|
|
|
],
|
2012-10-16 12:11:28 +00:00
|
|
|
|
|
|
|
// Syntax quirks
|
|
|
|
"hayaku_CSS_syntax_no_curly_braces": false, // Don't print braces for code blocks
|
|
|
|
"hayaku_CSS_syntax_no_semicolons": false, // Don't print the semicolon at the end of rule
|
|
|
|
"hayaku_CSS_syntax_no_colons": false, // Don't print colon between property and value
|
|
|
|
|
|
|
|
// Prefixes
|
|
|
|
"hayaku_CSS_prefixes_disable": true // Disable the prefixes at all, like if using nib
|
|
|
|
}
|