]> git.proxmox.com Git - mirror_qemu.git/blobdiff - .editorconfig
spapr: Don't use qdev_get_machine() in spapr_msi_write()
[mirror_qemu.git] / .editorconfig
index 158288339385d916b072417e606acdbaab6da856..22681d91c6ff3c6256b04e7b064da6c5510f8de2 100644 (file)
@@ -22,9 +22,19 @@ indent_style = tab
 indent_size = 8
 file_type_emacs = makefile
 
-[*.{c,h}]
+[*.{c,h,c.inc,h.inc}]
 indent_style = space
 indent_size = 4
+file_type_emacs = c
+
+[*.sh]
+indent_style = space
+indent_size = 4
+
+[*.{s,S}]
+indent_style = tab
+indent_size = 8
+file_type_emacs = asm
 
 [*.{vert,frag}]
 file_type_emacs = glsl