diff mbox series

[v1,01/26] editorconfig: add setting for shell scripts

Message ID 20190530101603.22254-2-alex.bennee@linaro.org
State New
Headers show
Series testing/next queue (iotests, docker, tests/vm) | expand

Commit Message

Alex Bennée May 30, 2019, 10:15 a.m. UTC
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
 .editorconfig | 4 ++++
 1 file changed, 4 insertions(+)

Comments

Richard Henderson May 30, 2019, 6:15 p.m. UTC | #1
On 5/30/19 5:15 AM, Alex Bennée wrote:
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> ---
>  .editorconfig | 4 ++++
>  1 file changed, 4 insertions(+)

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


r~
diff mbox series

Patch

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