Stricter whitespace handling
This commit is contained in:
parent
227596eb90
commit
6f6d99b3e3
3 changed files with 15 additions and 8 deletions
|
|
@ -3,6 +3,7 @@ root = true
|
|||
[*]
|
||||
end_of_line = lf
|
||||
insert_final_newline = true
|
||||
trim_trailing_whitespace = true
|
||||
|
||||
[*.java]
|
||||
indent_style = space
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue