mirror of
https://gitlab.silvrtree.co.uk/martind2000/ft.git
synced 2025-01-10 20:45:07 +00:00
28 lines
537 B
Plaintext
28 lines
537 B
Plaintext
{
|
|
"indent_size": 4,
|
|
"html": {
|
|
"end_with_newline": true,
|
|
"js": {
|
|
"indent_size": 2
|
|
},
|
|
"css": {
|
|
"indent_size": 4
|
|
}
|
|
},
|
|
"css": {
|
|
"preserve_newlines": true,
|
|
"end_with_newline": true,
|
|
"space_in_paren": true,
|
|
"newline_between_rules": true,
|
|
"space_around_selector_separator": true,
|
|
"space_around_combinator": true
|
|
},
|
|
"js": {
|
|
"indent_size": 2,
|
|
"end_with_newline": true,
|
|
"max_preserve_newlines": 2,
|
|
"keep_array_indentation": true,
|
|
"space_in_paren": true
|
|
}
|
|
}
|