1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-22 21:20:52 +02:00
beerbrawl/.editorconfig
Christoph Heiss 44faae9cb1
tree-wide: unify .editorconfig files
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-11 22:08:01 +02:00

25 lines
399 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 2
# backend
[*.{java,kt,xml}]
indent_size = 4
ij_kotlin_allow_trailing_comma = true
ij_kotlin_allow_trailing_comma_on_call_site = true
# markdown
[*.md]
max_line_length = off
trim_trailing_whitespace = false
# misc
[*.{yml,yaml,json}]
indent_size = 2