TBA data file whitespace cleanups. (#66)

This just converts the few DOS text files still in here to standard text files (line-endings),
removes all the trailing spaces on lines, removes all the trailing blank lines, and replaces
all the tabs (except in .zon files, where they seem to be common) with expanded spaces.

It's easy to confirm this is actually a non-change, except for whitespace:
* `git show -w` shows this commit as only removing 8 trailing blank lines.

This should make no difference to tbaMUD itself, but it will make working on these files,
especially with scripts and automated tools, much easier.

This is the base change for a set of other changes I will put up once/if this merges,
without this, the others are just too complicated to wrangle.
This commit is contained in:
Steaphan Greene
2019-11-18 09:53:47 -08:00
committed by wyld-sw
parent 9856fca4e3
commit c59c321d5d
874 changed files with 33218 additions and 33226 deletions

View File

@@ -115,9 +115,9 @@ if %actor.is_pc%
say Hello there young one.
wait 2 sec
say I am the village elder, the oldest and wisest of them all.
wait 4 sec
wait 4 sec
say %actor.name%, if you bring me back the item from the center of the maze, I will reward you with great riches and power.
wait 4 sec
wait 4 sec
say Will you accept my quest? Will you go to the center of the maze and retrieve the sacred item?
end
end
@@ -175,7 +175,7 @@ if %object.vnum% == 10429
wait 2 s
%send% %actor% %self.name% hands you the coins, you feel a slight surge of energy.
%echoaround% %actor% %self.name% rummages through a bag and pulls out a couple coins.
wait 2 s
wait 2 s
%echoaround% %actor% %self.name% hands the coins to %actor.name% , a small light emits from the coins.
nop %actor.gold(150)%
nop %actor.exp(400)%