git-subtree-dir: solution/H00 git-subtree-split: 38bca6b3b94b8413dd3377f62b730a6fd4fb892d
12 lines
222 B
INI
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
|