Files
MagicalCodeMonkey 3e6ff9a133 Initial commit
This will probably not lint successfully
2020-03-30 23:34:20 -04:00

18 lines
245 B
INI

root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
end_of_line = lf
[*.md]
indent_style = space
indent_size = 2
[*.yaml,*.yml]
indent_style = space
indent_size = 2