3e6ff9a133
This will probably not lint successfully
18 lines
245 B
INI
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
|