summaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorAlex Bennée2019-05-08 15:42:51 +0200
committerAlex Bennée2019-05-28 11:28:51 +0200
commit9699e5fb5a3aaa92fbe531ea83a38c7e35b8ba44 (patch)
treef894209922069898f90a6f96b5a000916cb64c8f /.editorconfig
parenttests/tcg/multiarch: add hello world system test (diff)
downloadqemu-9699e5fb5a3aaa92fbe531ea83a38c7e35b8ba44.tar.gz
qemu-9699e5fb5a3aaa92fbe531ea83a38c7e35b8ba44.tar.xz
qemu-9699e5fb5a3aaa92fbe531ea83a38c7e35b8ba44.zip
editorconfig: add settings for .s/.S files
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>
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
index 1582883393..df6db65531 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -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