summaryrefslogtreecommitdiff
path: root/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig10
1 files changed, 5 insertions, 5 deletions
diff --git a/.editorconfig b/.editorconfig
index e44781e..e27ab59 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -18,10 +18,10 @@ trim_trailing_whitespace = true
[*.{c,h}]
_mode = c
-[Makefile]
+[GNUmakefile]
_mode = make
-[{CMakeLists.txt,*.cmake}]
+[CMakeLists.txt]
_mode = cmake
[*.md]
@@ -30,13 +30,13 @@ _mode = markdown
[*.9p{,.wip}]
_mode = 9p
-[cmd/srv9p/static.h.gen]
+[{cmd/srv9p/static.h.gen,build-aux/embed-sources.h.gen,build-aux/stack.sh}]
_mode = sh
-[{build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen}]
+[{build-aux/linux-errno.txt.gen,libusb/include/libusb/tusb_helpers.h.gen,build-aux/stack.c.gen}]
_mode = bash
-[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,stack.py}]
+[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,build-aux/stack.py}]
_mode = python3
indent_style = space
indent_size = 4