Skip to content

Commit

Permalink
Updated editorconfig for python files
Browse files Browse the repository at this point in the history
  • Loading branch information
Bert-Proesmans committed Jun 19, 2017
1 parent 1c2c3cc commit e0a518e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .editorconfig
Expand Up @@ -6,13 +6,17 @@ root = true
# Global settings
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true

# Global settings for code files
[*.{cs,vb,md}]
indent_style = tab
tab_width = 4
end_of_line = lf

[*.{py}]
indent_style = space
tab_width = 4

# CSharp code style settings:
[*.cs]
Expand Down

0 comments on commit e0a518e

Please sign in to comment.