1
0
mirror of https://github.com/go-gitea/gitea.git synced 2024-10-27 00:55:18 +03:00
gitea/.editorconfig

29 lines
384 B
INI
Raw Normal View History

2015-03-14 06:20:08 +03:00
root = true
[*]
charset = utf-8
2016-08-30 04:05:44 +03:00
insert_final_newline = true
trim_trailing_whitespace = true
end_of_line = lf
2016-08-30 04:05:44 +03:00
[*.md]
trim_trailing_whitespace = false
[*.{go,tmpl,html}]
2016-11-05 14:55:27 +03:00
indent_style = tab
indent_size = 4
2016-11-05 14:55:27 +03:00
[*.{less,css}]
2015-03-14 06:20:08 +03:00
indent_style = space
indent_size = 4
2016-08-30 04:05:44 +03:00
[*.{js,json,yml}]
2016-08-30 04:05:44 +03:00
indent_style = space
indent_size = 2
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false