mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Simon Bruder
bac025fd0a
This finally makes the licensing under AGPL-3.0-or-later explicit after I got the okay from the kickstart source owners. This also checks the REUSE compliance in a pre commit hook, and therefore also in CI.
29 lines
645 B
INI
29 lines
645 B
INI
# 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
|