gitea/.editorconfig

32 lines
388 B
INI
Raw Normal View History

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