Files
Gogs/.editorconfig

24 lines
286 B
INI
Raw Permalink Normal View History

2015-03-13 21:20:08 -06:00
# http://editorconfig.org
root = true
[*]
charset = utf-8
2016-08-29 22:05:44 -03:00
insert_final_newline = true
trim_trailing_whitespace = true
[*.go]
2015-03-13 21:20:08 -06:00
indent_style = tab
2016-08-29 22:05:44 -03:00
indent_size = 4
2015-03-13 21:20:08 -06:00
[*.tmpl]
indent_style = tab
indent_size = 2
2020-03-11 03:02:18 +08:00
[*.{less, yml}]
2015-03-13 21:20:08 -06:00
indent_style = space
indent_size = 2
2016-08-29 22:05:44 -03:00
[*.js]
2020-02-29 23:52:35 +08:00
indent_size = 2