Skip to content
Snippets Groups Projects
Commit 81fac33f authored by Antoine Rey's avatar Antoine Rey
Browse files

#96 change EditorConfig in order to impact other files than Java and XML...

#96 change EditorConfig in order to  impact other files than Java and XML (i.e.. jsp and html pages)
parent 295574f1
No related branches found
No related tags found
No related merge requests found
# 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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment