mirror of
https://github.com/st-tu-dresden-praktikum/swt23w23
synced 2024-07-19 21:04:36 +02:00
Enable trimming of trailing whitespace in editorconfig
This commit is contained in:
parent
b5e7f81ec2
commit
33ec5d66d6
|
@ -9,6 +9,7 @@ root = true
|
|||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
charset = utf-8
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.java]
|
||||
indent_style = tab
|
||||
|
|
Loading…
Reference in a new issue