This repository has been archived on 2026-07-08. You can view files and clone it. You cannot open issues or pull requests or push a commit.
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": {
}
}