mirror of
https://github.com/spring-projects/spring-petclinic.git
synced 2025-07-15 12:25:50 +00:00
#96 change EditorConfig in order to impact other files than Java and XML (i.e.. jsp and html pages)
This commit is contained in:
parent
295574f1eb
commit
81fac33fb5
1 changed files with 6 additions and 3 deletions
|
@ -1,9 +1,12 @@
|
||||||
# top-most EditorConfig file
|
# top-most EditorConfig file
|
||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*.{java,xml}]
|
[*]
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = space
|
end_of_line = lf
|
||||||
indent_size = 4
|
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
|
indent_style = space
|
||||||
|
|
||||||
|
[*.{java,xml}]
|
||||||
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
Loading…
Reference in a new issue