[editorconfig] Make nvim happy

This commit is contained in:
Behdad Esfahbod 2023-12-05 11:45:06 -05:00
parent 0d9f497974
commit 13519b8999

View file

@ -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