# SPDX-License-Identifier: Apache-2.0 AND AGPL-3.0-or-later
# SPDX-FileCopyrightText: 2018 Martin Morgenstern
# SPDX-FileCopyrightText: 2023 swt23w23
# 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