Skip to content

Commit

Permalink
Specific indentation style.
Browse files Browse the repository at this point in the history
Global indentation style breaks Makefiles and other format that require
to be indented with tabs.
  • Loading branch information
arteymix committed Jun 6, 2015
1 parent 72ebb61 commit bd725b8
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .editorconfig
@@ -1,13 +1,12 @@
[*]
indent_style=space
indent_size=4
trim_trailing_whitespace=true
max_line_length=80

[*.vala]
indent_style=tab
indent_size=4
max_line_length=120

[*.html]
indent_style=space
indent_size=2
max_line_length=120

0 comments on commit bd725b8

Please sign in to comment.