mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Add exception for mvnw.cmd to editorconfig
This commit is contained in:
parent
7a769f2976
commit
d2538791a8
|
@ -18,3 +18,7 @@ indent_style = tab
|
||||||
|
|
||||||
[{*.html,*.css,*.js}]
|
[{*.html,*.css,*.js}]
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
|
||||||
|
# vendored file for windows (where CRLF is the correct line ending)
|
||||||
|
[mvnw.cmd]
|
||||||
|
end_of_line = crlf
|
||||||
|
|
Loading…
Reference in a new issue