]> 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 df6db65531d168b505903f1c377627e4d0691279..22681d91c6ff3c6256b04e7b064da6c5510f8de2 100644 (file)
@@ -22,7 +22,12 @@ 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