[gnome-builder] defaults: settings for gradle config files



commit f4a44d9ea5d3c28857c4a14fff8e5e8d853f3047
Author: Alberto Fanjul <albertofanjul gmail com>
Date:   Sat Jun 16 09:09:17 2018 +0200

    defaults: settings for gradle config files

 src/libide/files/defaults.ini | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)
---
diff --git a/src/libide/files/defaults.ini b/src/libide/files/defaults.ini
index f646232ad..06f0d2bf9 100644
--- a/src/libide/files/defaults.ini
+++ b/src/libide/files/defaults.ini
@@ -7,7 +7,7 @@
 # "all languages" default value will get that setting overridden. A potential
 # alternative is to layer backends, which is out of scope at the moment.
 [global]
-version = 7
+version = 8
 
 [automake]
 insert-spaces-instead-of-tabs = false
@@ -121,3 +121,10 @@ tab-width = 2
 auto-indent = true
 insert-matching-brace = true
 overwrite-braces = true
+
+[gradle]
+insert-spaces-instead-of-tabs = true
+tab-width = 2
+auto-indent = true
+insert-matching-brace = true
+overwrite-braces = true


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