gitea/.editorconfig

22 lines
285 B
INI
Raw Normal View History

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