diff options
author | David Robillard <d@drobilla.net> | 2021-05-08 15:32:33 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2021-05-08 15:32:33 -0400 |
commit | 89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901 (patch) | |
tree | f09532f09ec4b5ecd654484840d6d415ec4f5bf9 | |
parent | fcce346e6787875e6526efea89e74055e447f889 (diff) | |
download | pugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.tar.gz pugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.tar.bz2 pugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.zip |
Update editorconfig to apply to any Python file
-rw-r--r-- | .editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index c2d35dd..a3bff5f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ insert_final_newline = true indent_style = space indent_size = 2 -[wscript] +[*.py] indent_style = space indent_size = 4 |