aboutsummaryrefslogtreecommitdiffstats
path: root/.editorconfig
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2015-06-05 16:29:44 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2015-06-05 16:29:44 +0300
commit7711e42392c41f4e04f3fdbef01a71923658bdbc (patch)
tree4c264c04be1f142ad3b78446efd6cbd02014b942 /.editorconfig
parent74aebb41b0c05220e90b13d46f55809db3ec74e8 (diff)
downloadpf4j-7711e42392c41f4e04f3fdbef01a71923658bdbc.tar.gz
pf4j-7711e42392c41f4e04f3fdbef01a71923658bdbc.zip
add initial version for .editorconfig (see http://editorconfig.org/)
Diffstat (limited to '.editorconfig')
-rw-r--r--.editorconfig17
1 files changed, 17 insertions, 0 deletions
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..ea437c8
--- /dev/null
+++ b/.editorconfig
@@ -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