mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
7ed5bf8cbe
These whitespaces introduced in #13698 seem to break my editorconfig plugin in sublime text resulting in tab-indented files getting converted to spaces on save. Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com> Co-authored-by: Lauris BH <lauris@nix.lv>
23 lines
310 B
INI
23 lines
310 B
INI
root = true
|
|
|
|
[*]
|
|
indent_style = space
|
|
indent_size = 2
|
|
tab_width = 2
|
|
end_of_line = lf
|
|
charset = utf-8
|
|
trim_trailing_whitespace = true
|
|
insert_final_newline = true
|
|
|
|
[*.{go,tmpl,html}]
|
|
indent_style = tab
|
|
|
|
[Makefile]
|
|
indent_style = tab
|
|
|
|
[*.svg]
|
|
insert_final_newline = false
|
|
|
|
[*.md]
|
|
trim_trailing_whitespace = false
|