mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
17 lines
294 B
INI
17 lines
294 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
|
|
charset = utf-8
|
|
|
|
[*.java]
|
|
indent_style = tab
|
|
|
|
[pom.xml]
|
|
indent_style = tab
|