mirror of
https://github.com/jlengrand/spring-petclinic-kotlin.git
synced 2026-03-10 00:31:18 +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:
@@ -1,9 +1,12 @@
|
||||
# top-most EditorConfig file
|
||||
root = true
|
||||
|
||||
[*.{java,xml}]
|
||||
[*]
|
||||
charset = utf-8
|
||||
indent_style = space
|
||||
indent_size = 4
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
indent_style = space
|
||||
|
||||
[*.{java,xml}]
|
||||
indent_size = 4
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
Reference in New Issue
Block a user