mirror of
https://github.com/go-gitea/gitea.git
synced 2024-11-18 04:43:56 +01:00
Merge pull request #1046 from jcracknell/editorconfig
Added .editorconfig
This commit is contained in:
commit
fd07de5751
12
.editorconfig
Normal file
12
.editorconfig
Normal file
@ -0,0 +1,12 @@
|
||||
# http://editorconfig.org
|
||||
|
||||
root = true
|
||||
|
||||
[*]
|
||||
charset = utf-8
|
||||
end_of_line = lf
|
||||
indent_style = tab
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
indent_size = 2
|
Loading…
Reference in New Issue
Block a user