]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .editorconfig
editorconfig: add settings for .s/.S files
[mirror_qemu.git] / .editorconfig
index 158288339385d916b072417e606acdbaab6da856..df6db65531d168b505903f1c377627e4d0691279 100644 (file)
@@ -26,6 +26,11 @@ file_type_emacs = makefile
 indent_style = space
 indent_size = 4
 
+[*.{s,S}]
+indent_style = tab
+indent_size = 8
+file_type_emacs = asm
+
 [*.{vert,frag}]
 file_type_emacs = glsl