mirror of
https://github.com/PaperMC/Paper.git
synced 2025-01-13 11:41:26 +01:00
Update editorconfig
This commit is contained in:
parent
5251afda5b
commit
b23eec8be4
@ -1,6 +1,12 @@
|
|||||||
[*.java]
|
[*]
|
||||||
charset=utf-8
|
charset=utf-8
|
||||||
end_of_line=lf
|
end_of_line=lf
|
||||||
insert_final_newline=true
|
insert_final_newline=true
|
||||||
indent_style=space
|
indent_style=space
|
||||||
indent_size=4
|
indent_size=4
|
||||||
|
|
||||||
|
[*.tiny]
|
||||||
|
indent_style=tab
|
||||||
|
|
||||||
|
[*.bat]
|
||||||
|
end_of_line=crlf
|
||||||
|
Loading…
Reference in New Issue
Block a user