swt23w23/.editorconfig

26 lines
495 B
INI

# 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
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.java]
indent_style = tab
[pom.xml]
indent_style = tab
[{*.html,*.css,*.js}]
indent_style = tab
# vendored file for windows (where CRLF is the correct line ending)
[mvnw.cmd]
end_of_line = crlf