FOP-2425-Marathon/.editorconfig
Oshgnacknak 58e3b905b1 Squashed 'solution/H02/' content from commit 5a755f9
git-subtree-dir: solution/H02
git-subtree-split: 5a755f9abf28a4f7f6670bd3587d1ae2cb3b531d
2025-01-11 16:41:07 +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