[retro-gtk] editorconfig: Define indentation for JSON and YAML



commit db4d8abe502c831ad4a900c0bab9835af7b400a8
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Fri Nov 13 00:02:54 2020 +0100

    editorconfig: Define indentation for JSON and YAML

 .editorconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.editorconfig b/.editorconfig
index ec85ea8b..71297a16 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -17,7 +17,7 @@ tab_size = 2
 indent_style = space
 max_line_length = 80
 
-[*.{ui,xml,modules}]
+[*.{json,module,ui,xml,yaml,yml}]
 indent_size = 2
 tab_size = 2
 indent_style = space


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