Added editorconfig file

This commit is contained in:
Wyqer 2018-04-20 10:45:52 +02:00
parent fafdb56a84
commit 97aa3f506b
No known key found for this signature in database
GPG Key ID: 2D3FEE0019ED51F5
2 changed files with 13 additions and 0 deletions

12
.editorconfig Normal file
View File

@ -0,0 +1,12 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.md]
trim_trailing_whitespace = false

View File

@ -165,6 +165,7 @@ class Missions
* Added: Notification for incoming guerilla forces when attacking a sector.
* Added: Vehicle chance for guerilla forces who approach a sector.
* Added: Traditional Chinese localization. Thanks to [KOEI5113](https://github.com/KOEI5113)
* Added: IDE editorconfig file.
* Removed: Some old scripts which aren't needed anymore.
* Removed: Always no fog.
* Tweaked: All `spawn compileFinal preprocessFileLineNumbers` replaced with `execVM`.