Skip to content

Commit

Permalink
Add EditorConfig file
Browse files Browse the repository at this point in the history
  • Loading branch information
ffes committed Aug 14, 2017
1 parent f38441e commit 133cee7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# EditorConfig: http://EditorConfig.org

root = true

[*]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true

[*.sh]
end_of_line = lf

[*.yml]
indent_size = 2

[{Makefile,Makefile.*}]
indent_style = tab

0 comments on commit 133cee7

Please sign in to comment.