2023-10-05 11:42:24 +02:00
|
|
|
# EditorConfig is awesome: https://EditorConfig.org
|
|
|
|
|
|
|
|
# IntelliJ IDEA supports it out of the box. Eclipse users need
|
|
|
|
# to install a plugin: https://marketplace.eclipse.org/node/2506426
|
|
|
|
|
|
|
|
root = true
|
|
|
|
|
|
|
|
[*]
|
|
|
|
end_of_line = lf
|
2023-11-02 20:08:33 +01:00
|
|
|
insert_final_newline = true
|
2023-10-05 11:42:24 +02:00
|
|
|
charset = utf-8
|
|
|
|
|
|
|
|
[*.java]
|
|
|
|
indent_style = tab
|
|
|
|
|
|
|
|
[pom.xml]
|
|
|
|
indent_style = tab
|
2023-11-09 12:00:21 +01:00
|
|
|
|
|
|
|
[{*.html,*.css,*.js}]
|
|
|
|
indent_style = tab
|
2023-11-12 20:44:43 +01:00
|
|
|
|
|
|
|
# vendored file for windows (where CRLF is the correct line ending)
|
|
|
|
[mvnw.cmd]
|
|
|
|
end_of_line = crlf
|