commento/.editorconfig

13 lines
138 B
INI
Raw Normal View History

2018-06-24 21:28:37 +08:00
[.*]
charset: utf-8
end_of_line: lf
2018-05-28 01:18:15 +08:00
[*.go]
indent_style = tab
2018-06-24 21:28:37 +08:00
[*.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab