1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2024-11-21 08:31:27 -05:00
forgejo/.editorconfig

23 lines
312 B
INI
Raw Normal View History

2015-03-13 23:20:08 -04:00
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 2
end_of_line = lf
2015-03-13 23:20:08 -04:00
charset = utf-8
2016-08-29 21:05:44 -04:00
trim_trailing_whitespace = true
insert_final_newline = true
[*.{go, tmpl, html}]
2016-11-05 07:55:27 -04:00
indent_style = tab
[Makefile]
indent_style = tab
[*.svg]
insert_final_newline = false
[*.md]
trim_trailing_whitespace = false