mirror of
https://github.com/mii443/qemu.git
synced 2025-08-22 15:15:46 +00:00
editorconfig: add setting for shell scripts
Signed-off-by: Alex Bennée <alex.bennee@linaro.org> Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
This commit is contained in:
@ -26,6 +26,10 @@ file_type_emacs = makefile
|
|||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
|
|
||||||
|
[*.sh]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
|
||||||
[*.{s,S}]
|
[*.{s,S}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
indent_size = 8
|
indent_size = 8
|
||||||
|
Reference in New Issue
Block a user