1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-05 23:34:19 -04:00
gitea/.editorconfig

29 lines
354 B
INI
Raw Normal View History

2015-03-13 23:20:08 -04:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
2016-08-29 21:05:44 -04:00
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
2015-03-13 23:20:08 -04:00
indent_style = tab
indent_size = 8
2015-03-13 23:20:08 -04:00
[*.tmpl]
indent_style = tab
indent_size = 2
2016-11-05 07:55:27 -04:00
[Makefile]
indent_style = tab
2016-08-29 21:05:44 -04:00
[*.{less,yml}]
2015-03-13 23:20:08 -04:00
indent_style = space
indent_size = 2
2016-08-29 21:05:44 -04:00
[*.js]
indent_style = space
indent_size = 4