hosts/.editorconfig

15 lines
203 B
INI
Raw Normal View History

2016-12-18 16:49:04 +01:00
root = true
[*.py]
indent_style = space
trim_trailing_whitespace = true
indent_size = 4
end_of_line = LF
[*.bat]
end_of_line = CRLF
2016-12-18 16:49:04 +01:00
[*.md]
trim_trailing_whitespace = false
insert_final_newline = true