diff mbox series

[v1,06/23] editorconfig: add settings for .s/.S files

Message ID 20190509165912.10512-7-alex.bennee@linaro.org
State Superseded
Headers show
Series current testing/next queue (docker/system & io tests) | expand

Commit Message

Alex Bennée May 9, 2019, 4:58 p.m. UTC
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>

---
 .editorconfig | 5 +++++
 1 file changed, 5 insertions(+)

-- 
2.20.1

Comments

Richard Henderson May 9, 2019, 10:50 p.m. UTC | #1
On 5/9/19 9:58 AM, Alex Bennée wrote:
> 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>

> ---

>  .editorconfig | 5 +++++

>  1 file changed, 5 insertions(+)


Yay, thanks!

Reviewed-by: Richard Henderson <richard.henderson@linaro.org>



r~
diff mbox series

Patch

diff --git a/.editorconfig b/.editorconfig
index 15828833938..df6db65531d 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