diff options
author | James Cracknell <james.h.cracknell@gmail.com> | 2015-03-13 21:20:08 -0600 |
---|---|---|
committer | James Cracknell <james.h.cracknell@gmail.com> | 2015-03-13 21:20:08 -0600 |
commit | 27491031ba497dfd32313d0fa4b64bf6f917620c (patch) | |
tree | d62afd237bd9456dd9c58ab2689deb2a36ce2fa5 /.editorconfig | |
parent | 8238c28c3150d28ed69d1d324604ed013e5c5c93 (diff) | |
download | gitea-27491031ba497dfd32313d0fa4b64bf6f917620c.tar.gz gitea-27491031ba497dfd32313d0fa4b64bf6f917620c.zip |
Added .editorconfig
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000000..75ba9dacb5 --- /dev/null +++ b/.editorconfig @@ -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 |