提交 9699e5fb 编写于 作者: A Alex Bennée

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: NAlex Bennée <alex.bennee@linaro.org>
Reviewed-by: NRichard Henderson <richard.henderson@linaro.org>
上级 49d755d0
...@@ -26,6 +26,11 @@ file_type_emacs = makefile ...@@ -26,6 +26,11 @@ file_type_emacs = makefile
indent_style = space indent_style = space
indent_size = 4 indent_size = 4
[*.{s,S}]
indent_style = tab
indent_size = 8
file_type_emacs = asm
[*.{vert,frag}] [*.{vert,frag}]
file_type_emacs = glsl file_type_emacs = glsl
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册