1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-07-07 13:34:20 -04:00
gitea/.editorconfig

35 lines
448 B
INI
Raw Normal View History

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