hosts/.editorconfig

21 lines
260 B
INI
Raw Normal View History

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