FOP-2425-Marathon/.editorconfig
Oshgnacknak a136c9b98e Squashed 'H02/' content from commit c53b833
git-subtree-dir: H02
git-subtree-split: c53b8335cebf2a8ed06ca14f89263c558a06ef6b
2025-01-11 16:40:58 +01:00

12 lines
222 B
INI

# Editor configuration, see https://editorconfig.org
[*]
charset = utf-8
end_of_line = lf
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[{*.yml,*.json}]
indent_size = 2