updates; fixes; progresses #5

This commit is contained in:
Henrique Dias
2016-07-01 10:46:09 +01:00
parent d294d1b116
commit 375a2647ea
19 changed files with 1227 additions and 1251 deletions

View File

@@ -0,0 +1,11 @@
{
"css": {
"allowed_file_extensions": ["css", "scss", "sass", "less"],
"end_with_newline": false, // End output with newline
"indent_char": " ", // Indentation character
"indent_size": 4, // Indentation size
"newline_between_rules": true, // Add a new line after every css rule
"selector_separator": " ",
"selector_separator_newline": true // Separate selectors with newline or not (e.g. "a,\nbr" or "a, br")
}
}

File diff suppressed because it is too large Load Diff