Fixed end lines in editorconfig

This commit is contained in:
Marcin Grzejszczak
2021-08-11 18:55:31 +02:00
committed by GitHub
parent 61b0b175e1
commit 6a8b1551c7

View File

@@ -1,5 +1,9 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.java]
indent_style = tab
indent_size = 4