Files
HomeStatus/.jsbeautifyrc
2018-03-26 15:54:25 -04:00

13 lines
195 B
Plaintext

{
"css": {
"newline_between_rules": true,
"space_around_combinator": true,
"preserve_newlines": true,
"selector_separator_newline": true,
"end_with_newline": true
},
"html": {
}
}