]> git.proxmox.com Git - mirror_qemu.git/commitdiff
editorconfig: add settings for .s/.S files
authorAlex Bennée <alex.bennee@linaro.org>
Wed, 8 May 2019 13:42:51 +0000 (14:42 +0100)
committerAlex Bennée <alex.bennee@linaro.org>
Tue, 28 May 2019 09:28:51 +0000 (10:28 +0100)
We are starting to add assembler foe tests/tcg so lets make sure we
get the mode right.

Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
.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