diff options
author | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2016-08-30 16:18:33 -0700 |
commit | 8516dfcb6cb008f286ec84bed4243928acb94844 (patch) | |
tree | 9b3882438a04a3e659e49e35364a5643a71c9258 /.editorconfig | |
parent | c1ecb6c60a1acacf530e226b8043ca93d2fe4a07 (diff) | |
download | gitea-8516dfcb6cb008f286ec84bed4243928acb94844.tar.gz gitea-8516dfcb6cb008f286ec84bed4243928acb94844.zip |
#2018 able to sync now for mirrors
- Refactor code to use sync.UniqueQueue
- Closes #3509
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 18fd08dbcd..3fbca8424f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -8,10 +8,14 @@ end_of_line = lf insert_final_newline = true trim_trailing_whitespace = true -[*.{go,tmpl}] +[*.go] indent_style = tab indent_size = 4 +[*.tmpl] +indent_style = tab +indent_size = 2 + [*.{less,yml}] indent_style = space indent_size = 2 |