aboutsummaryrefslogtreecommitdiff
path: root/readme.txt
diff options
context:
space:
mode:
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt
index 588a6468f7..455d78760e 100644
--- a/readme.txt
+++ b/readme.txt
@@ -262,6 +262,19 @@ Windows example:
set SCUMMVM_SAVEPATH=C:\saved_games\
+Coding style:
+------------
+For ScummVM coding, we use hugging braces, and two-space tab indents.
+We occasionally run the following 'indent' parameters to ensure everything
+is kept standard:
+
+-br -bap -nbc -lp -ce -cdw -brs -nbad -nbc -npsl -nip -ts2 -ncs -nbs
+-npcs -nbap -Tbyte -Tvoid -Tuint32 -Tuint8 -Tuint16 -Tint -Tint8
+-Tint16 -Tint32 -TArrayHeader -TMemBlkHeader -TVerbSlot -TObjectData
+-TImageHeader -TRoomHeader -TCodeHeader -TResHdr -TBompHeader
+-TMidiChannelAdl -TGui -TScumm -TSoundEngine -TPart -TPlayer
+
+
------------------------------------------------------------------------
Good Luck and Happy Adventuring!
The ScummVM team.