X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=blobdiff_plain;f=.editorconfig;fp=.editorconfig;h=e223cde33f90c00ef9df004ac7fbf8a851fa9eab;hp=0000000000000000000000000000000000000000;hb=55ce57e6bd170e03a86ebf94693798be9d3ce1b1;hpb=fe7c4e4d3491a277fa1b819f1b92e2242ac86e79 diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..e223cde --- /dev/null +++ b/.editorconfig @@ -0,0 +1,20 @@ + +# Please follow these code style guidelines. You can use this file to +# automatically configure your editor. +# For instructions, see: http://editorconfig.org/ + +[*] +charset = utf8 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = true + +[{**.pl,**.pm,**.pod,**.t}] +indent_style = space +indent_size = 4 +max_line_length = 110 + +[{.editorconfig,**.ini}] +indent_style = space +indent_size = 4 +