@@ 1,4 1,4 @@
-# http://editorconfig.org/
+# EditorConfig: http://editorconfig.org/
root = true
@@ 6,9 6,24 @@ root = true
charset = utf-8
end_of_line = lf
insert_final_newline = true
-indent_style = space
-indent_size = 3
+indent_style = tab
trim_trailing_whitespace = true
[*.{dhall,nix}]
-indent_size = 2
+indent_style = space
+
+[*.nix]
+ident_size = 2
+
+[*.purs]
+indent_style = space
+indent_size = 3
+
+[bower.json]
+indent_style = space
+ident_size = 4
+
+[contribute.json]
+indent_style = space
+ident_size = 2
+