1
1
Fork 1
mirror of https://github.com/go-gitea/gitea.git synced 2024-05-10 03:46:12 +02:00

Fix .editorconfig (#13735)

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>
This commit is contained in:
silverwind 2020-11-28 19:29:46 +01:00 committed by GitHub
parent 8c996c6505
commit 7ed5bf8cbe
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.{go, tmpl, html}]
[*.{go,tmpl,html}]
indent_style = tab
[Makefile]