FOP-2425-Marathon/.editorconfig
Oshgnacknak 3826b5af0c Squashed 'solution/H03/' content from commit ea0c1f2
git-subtree-dir: solution/H03
git-subtree-split: ea0c1f269eb8d625ec4dee6f9888b6e41db30c81
2025-01-11 16:41:08 +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