File standardisation (#13131)

* Adds the check components

* Adds in trailing newlines

* Converts all CRLF to LF

* Post merge EOF

* Post merge line endings

* Final commit
This commit is contained in:
AffectedArc07
2020-03-17 18:08:51 -04:00
committed by GitHub
parent ec19ea3d2d
commit 04ba5c1cc9
1451 changed files with 183694 additions and 183593 deletions
+1 -1
View File
@@ -30,4 +30,4 @@
usr << browse(null, "window=trampad")
src.add_fingerprint(usr)
src.updateUsrDialog()
src.updateUsrDialog()
+1 -1
View File
@@ -17,4 +17,4 @@
if(istype(TF))
if(TF in controller.tram_floors) continue
controller.add_floor(TF)
TF.spread_floors()
TF.spread_floors()
+1 -1
View File
@@ -5,4 +5,4 @@
icon_state = "rail"
var/godir = null
var/stop_duration = null
layer = TURF_LAYER + 0.1
layer = TURF_LAYER + 0.1
+1 -1
View File
@@ -18,4 +18,4 @@
if(istype(TW))
if(TW in controller.tram_walls) continue
controller.add_wall(TW)
TW.spread_walls()
TW.spread_walls()