diff --git a/.editorconfig b/.editorconfig index 740db13..461c31b 100644 --- a/.editorconfig +++ b/.editorconfig @@ -16,7 +16,13 @@ tab_width = 8 [{makefile,Makefile}] tab_width = 4 -[*.{c,cpp,h,hpp}] +[*.{S,s,asm}] +tab_width = 8 + +[*.{c,h,cpp,hpp}] +tab_width = 8 + +[*.{glsl}] tab_width = 8 # forces the usage of 4 spaces