Skip to content
This repository has been archived by the owner on Nov 20, 2024. It is now read-only.

Commit

Permalink
Build: Add python coding styles in editor configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
lognoz committed Dec 11, 2018
1 parent 0cf5be2 commit 6648fed
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -10,5 +10,9 @@ charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.py]
indent_style = space
indent_size = 3

[*.md]
trim_trailing_whitespace = false

0 comments on commit 6648fed

Please sign in to comment.