1
0
Fork 0
mirror of https://codeberg.org/beerbrawl/beerbrawl.git synced 2024-09-23 09:40:52 +02:00
beerbrawl/e2e/.editorconfig
Christoph Heiss f59a3c64b7
chore(#107): e2e: add .editorconfig
Signed-off-by: Christoph Heiss <e11907069@student.tuwien.ac.at>
2024-05-28 16:34:42 +02:00

14 lines
245 B
INI

# Editor configuration, see http://editorconfig.org
root = true
[*]
charset = utf-8
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.md]
max_line_length = off
trim_trailing_whitespace = false