hosts/.editorconfig

21 lines
260 B
INI
Raw Normal View History

2023-04-08 13:34:31 +02:00
# editorconfig.org
2016-12-18 16:49:04 +01:00
root = true
2023-04-08 13:34:31 +02:00
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
2016-12-18 16:49:04 +01:00
indent_style = space
2023-04-08 13:34:31 +02:00
insert_final_newline = true
2016-12-18 16:49:04 +01:00
trim_trailing_whitespace = true
[*.bat]
2023-04-08 13:34:31 +02:00
end_of_line = crlf
2016-12-18 16:49:04 +01:00
[*.md]
trim_trailing_whitespace = false
2023-04-08 13:34:31 +02:00
[*.py]
indent_size = 4