FOP-2425-Marathon/.editorconfig
Oshgnacknak a7ddee4cc8 Squashed 'solution/H07/' content from commit d9306fc
git-subtree-dir: solution/H07
git-subtree-split: d9306fc9005e1c340f81f2ea6c5fb9f437372207
2025-01-11 16:41:13 +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