Skip to content

Commit

Permalink
Update .editorconfig (go-gitea#3534)
Browse files Browse the repository at this point in the history
[CI SKIP]
  • Loading branch information
andreynering authored and unknwon committed Aug 30, 2016
1 parent 3738b63 commit 9f44c26
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,17 @@ root = true
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[*.{go,tmpl}]
indent_style = tab
indent_size = 4

[*.yml]
[*.{less,yml}]
indent_style = space
indent_size = 2

[*.js]
indent_style = space
indent_size = 4

0 comments on commit 9f44c26

Please sign in to comment.