forked from LogBlock/LogBlock
Add trim_trailing_whitespace to .editorconfig
This commit is contained in:
@ -1,9 +1,10 @@
|
|||||||
root = true
|
root = true
|
||||||
|
|
||||||
[*]
|
[*]
|
||||||
|
charset = utf-8
|
||||||
end_of_line = lf
|
end_of_line = lf
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
[*.java]
|
[*.java]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
@ -11,4 +12,4 @@ indent_size = 4
|
|||||||
|
|
||||||
[*.yml]
|
[*.yml]
|
||||||
indent_style = space
|
indent_style = space
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
Reference in New Issue
Block a user