FOP-2425-Marathon/.editorconfig
Oshgnacknak 880c3ae75f Squashed 'solution/H05/' content from commit db3524a
git-subtree-dir: solution/H05
git-subtree-split: db3524a6321cc840e329abb2b44bea58c7583330
2025-01-11 16:41:10 +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