Skip to content

Commit

Permalink
Update .editorconfig
Browse files Browse the repository at this point in the history
Removed *.py section
  • Loading branch information
LaurentFough authored Nov 10, 2019
1 parent d41e5c1 commit 2d517e3
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ indent_size = 4 // 4 spaces per tab
insert_final_newline = true // Auto-adds a blank newline to the end of a file
trim_trailing_whitespace = true // Auto-trims trailing whitespace

# Docstrings and comments use max_line_length = 79
[*.py]
max_line_length = 119
indent_style = tab
indent_size = 4

# Matches the exact files either package.json or .travis.yml
[{*.yml,*.yaml,config.yml,defaults.yml}]
indent_style = space
Expand Down

0 comments on commit 2d517e3

Please sign in to comment.