2021-09-09 09:26:09 +02:00
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
charset = utf-8
|
|
|
|
end_of_line = lf
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = tab
|
|
|
|
trim_trailing_whitespace = true
|
|
|
|
|
|
|
|
[*.lua]
|
|
|
|
indent_size = 4
|
|
|
|
indent_style = space
|
2021-09-09 09:42:28 +02:00
|
|
|
max_line_length = 80
|
2021-09-09 09:26:09 +02:00
|
|
|
|
|
|
|
[*.yml]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[*.{html,css}]
|
|
|
|
indent_size = 2
|
|
|
|
indent_style = space
|
|
|
|
|
|
|
|
[*.md]
|
|
|
|
trim_trailing_whitespace = false
|