X-Git-Url: https://git.dogcows.com/gitweb?a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=4756e24f96a01938ad9f5a6ff0e9684327573eb5;hb=bdebe90556646c9672ca2e4f84c0cc654cbccc8f;hp=d9a081ed5da36ffa74b402157f3b4f6f57e6c787;hpb=cb3f5fd6fce35d2a18f21246c7be123c18f01f97;p=chaz%2Fhomebank diff --git a/.editorconfig b/.editorconfig index d9a081e..4756e24 100644 --- a/.editorconfig +++ b/.editorconfig @@ -17,3 +17,10 @@ indent_style = space insert_final_newline = false trim_trailing_whitespace = false +[*.{pl,pm}] +charset = utf8 +indent_size = 4 +indent_style = space +insert_final_newline = true +trim_trailing_whitespace = true +