mirror of
https://github.com/filebrowser/filebrowser.git
synced 2024-06-07 23:00:43 +00:00
4bc7e4c1e3
Former-commit-id: c706998a5a
23 lines
513 B
Plaintext
23 lines
513 B
Plaintext
{
|
|
"html": {
|
|
"brace_style": "collapse",
|
|
"indent_scripts": "normal",
|
|
"max_preserve_newlines": 1,
|
|
"preserve_newlines": true,
|
|
"unformatted": ["a", "sub", "sup", "b", "i", "u"],
|
|
"wrap_line_length": 0
|
|
},
|
|
"css": {
|
|
"end_with_newline": false,
|
|
"newline_between_rules": true,
|
|
"selector_separator": " ",
|
|
"selector_separator_newline": true
|
|
},
|
|
"js": {
|
|
"indent_with_tabs": false,
|
|
"preserve_newlines": true,
|
|
"max_preserve_newlines": 2,
|
|
"jslint_happy": true
|
|
}
|
|
}
|