Skip to content

Commit

Permalink
Fix indentation for .py files in .editorconfig (denoland#1672)
Browse files Browse the repository at this point in the history
  • Loading branch information
Dmitry Sharshakov authored and ry committed Feb 5, 2019
1 parent 48fedee commit 7b282e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .editorconfig
Expand Up @@ -7,3 +7,6 @@ indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true

[*.py]
indent_size = 4

0 comments on commit 7b282e4

Please sign in to comment.