projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a050901
)
editorconfig: add setting for shell scripts
author
Alex Bennée
<alex.bennee@linaro.org>
Thu, 30 May 2019 09:40:28 +0000
(10:40 +0100)
committer
Alex Bennée
<alex.bennee@linaro.org>
Wed, 12 Jun 2019 16:53:22 +0000
(17:53 +0100)
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 df6db65531d168b505903f1c377627e4d0691279..a001f340bd8be482016d1f62a00913cf5b765b2b 100644
(file)
--- a/
.editorconfig
+++ b/
.editorconfig
@@
-26,6
+26,10
@@
file_type_emacs = makefile
indent_style = space
indent_size = 4
+[*.sh]
+indent_style = space
+indent_size = 4
+
[*.{s,S}]
indent_style = tab
indent_size = 8