FOP-2425-Marathon/.editorconfig
Oshgnacknak d74235b240 Squashed 'H05/' content from commit c119d39
git-subtree-dir: H05
git-subtree-split: c119d39737fae16eebf33ce2a331e7365f776a50
2025-01-11 16:41:01 +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