1
0
mirror of https://github.com/taigrr/wtf synced 2026-03-20 16:02:17 -07:00
Files
wtf/.editorconfig
2018-06-02 14:03:36 +02:00

22 lines
308 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
max_line_length=120
[*.go]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
[*.html]
indent_style = tab
indent_size = 4
charset = utf-8
trim_trailing_whitespace = false
[*.md]
trim_trailing_whitespace = false