FOP-2425-Marathon/.editorconfig
Oshgnacknak 858fd03c30 Squashed 'solution/H06/' content from commit 24f4b42
git-subtree-dir: solution/H06
git-subtree-split: 24f4b42e8e9b4703a06f5d8f48a58125c4eb9682
2025-01-11 16:41:11 +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