From 13519b8999995d31a85b740f7ab27fc59b3e9839 Mon Sep 17 00:00:00 2001 From: Behdad Esfahbod Date: Tue, 5 Dec 2023 11:45:06 -0500 Subject: [PATCH] [editorconfig] Make nvim happy --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index cac917b91..f0b1287cf 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,7 +9,7 @@ insert_final_newline = true [*.{c,cc,h,hh,rl}] tab_width = 8 indent_size = 2 -indent_style = tab # should be space +indent_style = tab [*.{py,sh}] indent_style = tab