Stricter whitespace handling

This commit is contained in:
Manuel Fuhr 2022-11-09 07:29:11 +01:00
parent 227596eb90
commit 6f6d99b3e3
3 changed files with 15 additions and 8 deletions

View file

@ -3,6 +3,7 @@ root = true
[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
[*.java]
indent_style = space