FOP-2425-Marathon/.editorconfig
Oshgnacknak ed3f0fe4d0 Squashed 'solution/H00/' content from commit 38bca6b
git-subtree-dir: solution/H00
git-subtree-split: 38bca6b3b94b8413dd3377f62b730a6fd4fb892d
2025-01-11 16:41:04 +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