started re-organizing css, added js beautify file
This commit is contained in:
14
.jsbeautifyrc
Normal file
14
.jsbeautifyrc
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"css": {
|
||||
"allowed_file_extensions": ["css", "scss", "sass", "less"],
|
||||
"end_with_newline": true,
|
||||
"indent_char": " ",
|
||||
"indent_size": 2,
|
||||
"indent_with_tabs": true,
|
||||
"newline_between_rules": true,
|
||||
"selector_separator": " ",
|
||||
"selector_separator_newline": true,
|
||||
"preserve_newlines": true,
|
||||
"max_preserve_newlines": 10
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user