forgejo/.editorconfig

28 lines
337 B
INI
Raw Normal View History

2015-03-14 03:20:08 +00:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
2016-08-30 01:05:44 +00:00
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
2015-03-14 03:20:08 +00:00
indent_style = tab
indent_size = 8
2015-03-14 03:20:08 +00:00
[*.tmpl]
indent_style = tab
indent_size = 2
2016-11-05 11:55:27 +00:00
[Makefile]
indent_style = tab
2016-08-30 01:05:44 +00:00
[*.{less,yml}]
2015-03-14 03:20:08 +00:00
indent_style = space
indent_size = 2
2016-08-30 01:05:44 +00:00
[*.js]
indent_style = space
indent_size = 4