diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-09 17:01:06 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2024-10-09 17:01:06 -0600 |
commit | bb5afed7a0eeaf361be1e29b3a3ab8ace2865b39 (patch) | |
tree | d311d7c8a658079ee5280d5d057203a5d501091c /lib9p/.editorconfig | |
parent | cb8893dd08b7b359f45ef225acd2f6e103d38bba (diff) |
lib9p: finish refactor
Diffstat (limited to 'lib9p/.editorconfig')
-rw-r--r-- | lib9p/.editorconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/.editorconfig b/lib9p/.editorconfig index ee1a38f..5243d26 100644 --- a/lib9p/.editorconfig +++ b/lib9p/.editorconfig @@ -1,3 +1,3 @@ -[{9p.gen,linux-errno.h.gen}] +[{idl.gen,linux-errno.h.gen}] indent_style = space indent_size = 4 |