aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2021-05-08 15:32:33 -0400
committerDavid Robillard <d@drobilla.net>2021-05-08 15:32:33 -0400
commit89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901 (patch)
treef09532f09ec4b5ecd654484840d6d415ec4f5bf9
parentfcce346e6787875e6526efea89e74055e447f889 (diff)
downloadpugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.tar.gz
pugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.tar.bz2
pugl-89ccde5ac5af4fb6ff1b0706ad8f3723d31b3901.zip
Update editorconfig to apply to any Python file
-rw-r--r--.editorconfig2
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