[gnome-games] editorconfig: Add Python rules



commit 096f0caa2bb7c00ba3c6b2c35334ffc765f6eeb9
Author: Adrien Plazas <kekun plazas laposte net>
Date:   Sun Jul 31 10:40:49 2016 +0200

    editorconfig: Add Python rules
    
    This is needed as the next commits will introduce Python code.

 .editorconfig |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)
---
diff --git a/.editorconfig b/.editorconfig
index c401b27..7119387 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,6 +15,11 @@ indent_size = 2
 tab_size = 2
 indent_style = space
 
+[*.py]
+indent_size = 4
+tab_size = 4
+indent_style = space
+
 [*.{ac,am,mk}]
 indent_size = 8
 tab_size = 8


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