Also make newline use crlf in editorconfig
This commit is contained in:
parent
7e7b2265ec
commit
e6fa7208d9
@ -5,11 +5,13 @@ root = true
|
|||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
end_of_line = crlf
|
||||||
|
|
||||||
[*.java]
|
[*.java]
|
||||||
insert_final_newline = true
|
insert_final_newline = true
|
||||||
charset = utf-8
|
charset = utf-8
|
||||||
indent_style = tab
|
indent_style = tab
|
||||||
|
end_of_line = crlf
|
||||||
|
|
||||||
[*.json]
|
[*.json]
|
||||||
insert_final_newline = false
|
insert_final_newline = false
|
||||||
|
Loading…
Reference in New Issue
Block a user