fix #6: compatibility with 8.2
[awesomized/ext-ion] / .editorconfig
index 7105c468c8c33b941f2b84bfcd832b1233d20281..c3c616c874a1237e334799a4ad507ddf25739321 100644 (file)
@@ -8,6 +8,10 @@ indent_style = tab
 charset = utf-8
 trim_trailing_whitespace = true
 
+[*.m4]
+indent_style = space
+indent_size = 2
+
 [*.php]
 indent_style = space
 indent_size = 4
@@ -25,3 +29,6 @@ indent_size = 1
 
 [config.w32]
 end_of_line = crlf
+
+[scripts/gen_github*.php]
+indent_size = 2
\ No newline at end of file