]> source.dussan.org Git - pf4j.git/commitdiff
add initial version for .editorconfig (see http://editorconfig.org/)
authorDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jun 2015 13:29:44 +0000 (16:29 +0300)
committerDecebal Suiu <decebal.suiu@gmail.com>
Fri, 5 Jun 2015 13:29:44 +0000 (16:29 +0300)
.editorconfig [new file with mode: 0644]

diff --git a/.editorconfig b/.editorconfig
new file mode 100644 (file)
index 0000000..ea437c8
--- /dev/null
@@ -0,0 +1,17 @@
+# Pippo code formatting styles
+# Checkout http://editorconfig.org/ for more information and how to use it
+
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+indent_style = space
+indent_size = 4
+
+#[{*.java,*.xml,*.js,*.css]
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.md]
+trim_trailing_whitespace = false