komga/.editorconfig

34 lines
586 B
INI
Raw Normal View History

2021-02-17 16:58:46 +08:00
root=true
2020-01-06 10:08:46 +08:00
[*]
2021-02-17 16:58:46 +08:00
charset=utf-8
end_of_line=lf
indent_size=4
indent_style=space
insert_final_newline=true
max_line_length=120
tab_width=4
trim_trailing_whitespace=true
2020-01-06 10:08:46 +08:00
2021-02-17 16:58:46 +08:00
[{*.ats,*.ts}]
indent_size=2
tab_width=2
2020-01-06 10:08:46 +08:00
2021-02-17 16:58:46 +08:00
[{*.cjs,*.js}]
indent_size=2
tab_width=2
2020-01-06 10:08:46 +08:00
2021-02-17 16:58:46 +08:00
[{*.kts,*.kt}]
indent_size=2
tab_width=2
max_line_length=off
ij_kotlin_allow_trailing_comma=true
ij_kotlin_allow_trailing_comma_on_call_site=true
ktlint_standard_multiline-if-else=disabled
2020-01-06 10:08:46 +08:00
2021-02-17 16:58:46 +08:00
[{*.yml,*.yaml}]
indent_size=2
2020-01-06 10:08:46 +08:00
2021-02-17 16:58:46 +08:00
[{.eslintrc,bowerrc,.prettierrc,.releaserc,jest.config,.stylelintrc,.babelrc,*.jsb3,*.jsb2,*.json}]
indent_size=2