Skip to content

Commit

Permalink
Improved editor config [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Aug 2, 2019
1 parent 29b8483 commit 3eb4376
Showing 1 changed file with 10 additions and 6 deletions.
16 changes: 10 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# EditorConfig is awesome: http://EditorConfig.org

# top-most EditorConfig file
root = true
root = true

[*]
end_of_line = lf
Expand All @@ -11,12 +11,16 @@ indent_size = 4
charset = utf-8
trim_trailing_whitespace = true

[*.{c,h,awk,w32,bat,mk,Makefile,frag,lemon,re,psm1,sh}]
indent_style = tab
tab_width = 4
[Makefile]
indent_style = tab
tab_width = 4

[*.{yml,m4,json,xml}]
indent_size = 2
[*.{mk,c,h,awk,bat,frag,lemon,re}]
indent_style = tab
tab_width = 4

[*.md]
trim_trailing_whitespace = false

[*.{yml,m4,json,xml,sh}]
indent_size = 2

0 comments on commit 3eb4376

Please sign in to comment.