[retro-gtk] editorconfig: Set the .sh indentation to 2 spaces



commit fbe687be076cd98252118d7b46c73a50fc9151d7
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Nov 13 00:01:48 2020 +0100

    editorconfig: Set the .sh indentation to 2 spaces
    
    This better matches the rest of the coding style.

 .editorconfig | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index ff8c16bf..ec85ea8b 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -33,8 +33,8 @@ tab_size = 8
 indent_style = tab
 
 [*.sh]
-indent_size = 8
-tab_size = 8
+indent_size = 2
+tab_size = 2
 indent_style = space
 
 [meson.build]


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]