.editorconfig in phlex-0.3.2 vs .editorconfig in phlex-0.4.0
- old
+ new
@@ -1,5 +1,13 @@
root = true
[*]
indent_style = tab
indent_size = 2
+
+[*.yml]
+indent_style = space
+indent_size = 2
+
+[*.erb]
+indent_style = space
+indent_size = 2
- old
+ new