From c6197743fbb043ca528a03af8484b1e60f05a6a1 Mon Sep 17 00:00:00 2001 From: Quinn Date: Sat, 2 Aug 2025 01:28:41 +0200 Subject: [PATCH] add some extra languages around the C-based languages --- .editorconfig | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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