Also make newline use crlf in editorconfig

This commit is contained in:
DBotThePony 2022-09-29 13:08:44 +07:00
parent 7e7b2265ec
commit e6fa7208d9
Signed by: DBot
GPG Key ID: DCC23B5715498507

View File

@ -5,11 +5,13 @@ root = true
insert_final_newline = true
charset = utf-8
indent_style = tab
end_of_line = crlf
[*.java]
insert_final_newline = true
charset = utf-8
indent_style = tab
end_of_line = crlf
[*.json]
insert_final_newline = false