projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49d755d
)
editorconfig: add settings for .s/.S files
author
Alex Bennée
<alex.bennee@linaro.org>
Wed, 8 May 2019 13:42:51 +0000
(14:42 +0100)
committer
Alex 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
patch
|
blob
|
history
diff --git
a/.editorconfig
b/.editorconfig
index 158288339385d916b072417e606acdbaab6da856..df6db65531d168b505903f1c377627e4d0691279 100644
(file)
--- 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