[retro-gtk] editorconfig: Set the .sh indentation to 2 spaces
- From: Adrien Plazas <aplazas src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [retro-gtk] editorconfig: Set the .sh indentation to 2 spaces
- Date: Thu, 12 Nov 2020 23:23:22 +0000 (UTC)
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]