diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-30 23:43:06 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-30 23:56:21 -0600 |
commit | a3ddac4e4e52aac6865276755164abe72835a97b (patch) | |
tree | 39358934d8779f4218e65583a44fb3a2b1d44a7f /.editorconfig | |
parent | 191c5ae0cde0b753eaa6d4e9074ddab465933700 (diff) |
wip stack analysis
Diffstat (limited to '.editorconfig')
-rw-r--r-- | .editorconfig | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/.editorconfig b/.editorconfig index 339ad64..b2ffbdd 100644 --- a/.editorconfig +++ b/.editorconfig @@ -36,8 +36,10 @@ _mode = sh [libusb/include/libusb/tusb_helpers.h.gen] _mode = bash -[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen}] +[{lib9p/idl.gen,lib9p/include/lib9p/linux-errno.h.gen,stack.py}] _mode = python3 +indent_style = space +indent_size = 4 [{.editorconfig,.gitmodules}] _mode = ini |