1
0
mirror of https://github.com/OpenRCT2/OpenRCT2 synced 2025-12-10 01:22:25 +01:00

Add .editorconfig

This commit is contained in:
Manuel Vögele
2018-04-13 14:26:29 +02:00
committed by Michael Steenbeek
parent a3b04a67b2
commit 7983bcc3a7

11
.editorconfig Normal file
View File

@@ -0,0 +1,11 @@
root = true
[*]
indent_style = space
indent_size = 4
charset = utf-8
insert_final_newline = true
trim_trailing_whitespace = true
[*.txt]
trim_trailing_whitespace = false