1
0
mirror of https://github.com/Sonarr/Sonarr.git synced 2024-11-26 12:42:31 +01:00
Sonarr/frontend/.jsbeautifyrc
Mark McDowall 5894b4fd95 v3 UI
2018-12-29 13:08:43 +01:00

12 lines
236 B
Plaintext

{
"js": {
"indent_size": 2,
"indent_char": " ",
"indent_level": 2,
"indent_with_tabs": false,
"preserve_newlines": true,
"brace_style": "collapse",
"max_preserve_newlines": 2,
"jslint_happy": true
}
}