summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig12
1 files changed, 9 insertions, 3 deletions
diff --git a/.editorconfig b/.editorconfig
index af47cbe..f907b33 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -30,13 +30,13 @@ _mode = markdown
[*.9p{,.wip}]
_mode = 9p
-[{lib9p/tests/test_server/static.h.gen,build-aux/embed-sources.h.gen,build-aux/lint-{generic,unknown}}]
+[{lib9p/tests/test_server/static.h.gen,build-aux/embed-sources.h.gen,build-aux/lint-{generic,unknown},lib9p/tests/test_compile.c.gen}]
_mode = sh
[{build-aux/lint-h,build-aux/lint-bin,build-aux/get-dscname,build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen,lib9p/tests/runtest}]
_mode = bash
-[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.c.gen}]
+[{lib9p/proto.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.c.gen}]
_mode = python3
indent_style = space
indent_size = 4
@@ -46,7 +46,13 @@ _mode = python3
indent_style = space
indent_size = 4
-[{.editorconfig,.gitmodules}]
+[requirements.txt]
+_mode = pip
+
+[**/Documentation/**.txt]
+_mode = man-cat
+
+[{.editorconfig,.gitmodules,.pylintrc}]
_mode = ini
[.gitignore]