1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 01:30:52 +02:00
beerbrawl/backend/.editorconfig
Christoph Heiss 8034be4eb3
chore: backend: add prettier for java + xml formatting
Signed-off-by: Christoph Heiss <christoph@c8h4.io>
2024-07-07 13:06:24 +02:00

13 lines
202 B
INI

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = false
charset = utf-8
indent_style = space
indent_size = 4
tab_width = 4
[*.{yml,yaml,json,sql}]
indent_size = 2