3
0
Mirror von https://github.com/PaperMC/Paper.git synchronisiert 2024-11-14 20:10:05 +01:00

[CI-SKIP] add .editorconfig for base code style settings

Dieser Commit ist enthalten in:
Aikar 2018-08-07 01:13:55 -04:00
Ursprung 28caff2299
Commit e861035fc4
Es konnte kein GPG-Schlüssel zu dieser Signatur gefunden werden
GPG-Schlüssel-ID: 401ADFC9891FAAFE

6
.editorconfig Normale Datei
Datei anzeigen

@ -0,0 +1,6 @@
[*.java]
charset=utf-8
end_of_line=lf
insert_final_newline=true
indent_style=space
indent_size=4