diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-20 01:18:37 -0700 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-12-26 17:48:44 -0700 |
commit | d6bac0f1ca6489e1d532c4e1a5fb3e6b774aafd7 (patch) | |
tree | 6334ec564f54fb1a416a7983354e1e49299f8081 /.editorconfig | |
parent | 4eba23686e58008faa7798182ef3673b799b7e64 (diff) |
lib9p: Pull the IDL parser into a separate file
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 |