diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 18:20:02 -0700 |
commit | d0e9e9c4a178fe396f3ba255bc440a15b107a097 (patch) | |
tree | bb1713fc757d70b1e15b584aea9f7462a19374c2 /.editorconfig | |
parent | c578a300c7d0d46662fcd0bdce69af95a821bc18 (diff) | |
parent | 1aad8aa5947960e26d8efcdabb52babd6b52005b (diff) |
Merge branch 'lukeshu/lib9p-idl-cleanup'
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 |