[gnome-builder] editorconfig: fix out of tree test



commit a716b52eb722cd087a9e6705269887288daf9e64
Author: Erick Perez Castellanos <erick red gmail com>
Date:   Fri Mar 18 17:05:05 2016 -0500

    editorconfig: fix out of tree test
    
    https://bugzilla.gnome.org/show_bug.cgi?id=763898

 tests/data/project1/.editorconfig |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)
---
diff --git a/tests/data/project1/.editorconfig b/tests/data/project1/.editorconfig
index 653c397..28c24c7 100644
--- a/tests/data/project1/.editorconfig
+++ b/tests/data/project1/.editorconfig
@@ -1,8 +1,10 @@
+root = true
+
 [*]
 charset = utf-8
 
 [*.c]
 indent_style = space
 tab_width = 4
-indent_width = 2
+indent_size = 2
 


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