From a3ddac4e4e52aac6865276755164abe72835a97b Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 30 Oct 2024 23:43:06 -0600 Subject: wip stack analysis --- .editorconfig | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.editorconfig') 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 -- cgit v1.2.3-2-g168b