FOP-2425-Marathon/.editorconfig
Oshgnacknak c0e95f092b Squashed 'H06/' content from commit e1db9b6
git-subtree-dir: H06
git-subtree-split: e1db9b6bf635e9b88af6b4e8e2b80beb83b67853
2025-01-11 16:41:02 +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