FOP-2425-Marathon/.editorconfig
Oshgnacknak 25a4097aa2 Squashed 'H07/' content from commit 4da5d52
git-subtree-dir: H07
git-subtree-split: 4da5d520d9962ce088a5d7fabaf20ba893cce884
2025-03-16 16:45:36 +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