dispatch/.editorconfig

16 lines
215 B
INI
Raw Permalink Normal View History

2015-12-28 23:34:32 +00:00
root = true
[*]
indent_style = space
indent_size = 2
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
[*.go]
indent_style = tab
[*.md]
trim_trailing_whitespace = false