From: Charles McGarvey Date: Wed, 30 Mar 2022 02:04:56 +0000 (-0600) Subject: add editorconfig X-Git-Tag: v0.010~3 X-Git-Url: https://git.brokenzipper.com/gitweb?p=chaz%2Fp5-Dist-Zilla-PluginBundle-Author-CCM;a=commitdiff_plain;h=55ce57e6bd170e03a86ebf94693798be9d3ce1b1 add editorconfig --- 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 +