diff options
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 62b7bb2..b95a6ff 100644 --- a/.editorconfig +++ b/.editorconfig @@ -36,7 +36,12 @@ _mode = sh [{build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen}] _mode = bash -[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.c.gen,gdb-helpers/*.py}] +[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.c.gen}] +_mode = python3 +indent_style = space +indent_size = 4 + +[*.py] _mode = python3 indent_style = space indent_size = 4 |