bench-forgejo/.editorconfig

32 lines
407 B
INI
Raw Normal View History

2015-03-14 08:50:08 +05:30
# http://editorconfig.org
root = true
[*]
charset = utf-8
2016-08-30 06:35:44 +05:30
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
2016-08-30 06:35:44 +05:30
[*.go]
2015-03-14 08:50:08 +05:30
indent_style = tab
indent_size = 8
2015-03-14 08:50:08 +05:30
[*.{tmpl,html}]
2016-11-05 17:25:27 +05:30
indent_style = tab
indent_size = 4
2016-11-05 17:25:27 +05:30
[*.less]
2015-03-14 08:50:08 +05:30
indent_style = space
indent_size = 4
2016-08-30 06:35:44 +05:30
[*.{yml,json}]
indent_style = space
indent_size = 2
2016-08-30 06:35:44 +05:30
[*.js]
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab