X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;ds=sidebyside;f=.editorconfig;h=c3c616c874a1237e334799a4ad507ddf25739321;hb=58445d22c26c02e865f2d494de7255cc72cfa25d;hp=7105c468c8c33b941f2b84bfcd832b1233d20281;hpb=14a010b784f6228a293c90502c46a7143d89afbf;p=awesomized%2Fext-ion diff --git a/.editorconfig b/.editorconfig index 7105c46..c3c616c 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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