]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/blobdiff - .editorconfig
add editorconfig
[chaz/p5-Dist-Zilla-PluginBundle-Author-CCM] / .editorconfig
diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..e223cde
--- /dev/null
@@ -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
+
This page took 0.020003 seconds and 4 git commands to generate.