FOP-2425-Marathon/.editorconfig
Oshgnacknak 638df0b63d Squashed 'solution/H04/' content from commit 2ed3e56
git-subtree-dir: solution/H04
git-subtree-split: 2ed3e5642f6d0a6d1d02ae17ffc33f3a1076f8bb
2025-01-11 16:41:09 +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