petclinic-uncached

#96 change EditorConfig in order to impact other files than

10/16/2015 1:20:57 PM

Changes

.editorconfig 7(+5 -2)

Details

.editorconfig 7(+5 -2)

diff --git a/.editorconfig b/.editorconfig
index de9af46..8d67bc7 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -1,9 +1,12 @@
 # top-most EditorConfig file
 root = true
 
-[*.{java,xml}]
+[*]
 charset = utf-8
+end_of_line = lf
+insert_final_newline = true
 indent_style = space
+
+[*.{java,xml}]
 indent_size = 4
-insert_final_newline = true
 trim_trailing_whitespace = true