]> Dogcows Code - chaz/p5-Dist-Zilla-PluginBundle-Author-CCM/commitdiff
add editorconfig
authorCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 30 Mar 2022 02:04:56 +0000 (20:04 -0600)
committerCharles McGarvey <chazmcgarvey@brokenzipper.com>
Wed, 30 Mar 2022 02:04:56 +0000 (20:04 -0600)
.editorconfig [new file with mode: 0644]

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.018711 seconds and 4 git commands to generate.