Skip to content

Commit

Permalink
Updated .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Raul Hidalgo Caballero committed Jan 19, 2017
1 parent 61f2b46 commit 32b2bd4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .editorconfig
Expand Up @@ -7,12 +7,12 @@ root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = tab
indent_size = 2
indent_style = space
insert_final_newline = true
tab_width = 4
trim_trailing_whitespace = true

# Python Code Style
[*.py]
indent_style = space
indent_size = 4

0 comments on commit 32b2bd4

Please sign in to comment.