From d6bac0f1ca6489e1d532c4e1a5fb3e6b774aafd7 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Fri, 20 Dec 2024 01:18:37 -0700 Subject: lib9p: Pull the IDL parser into a separate file --- .editorconfig | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.3-2-g168b