Skip to content

Commit

Permalink
Tweaked indentation style, added more types
Browse files Browse the repository at this point in the history
  • Loading branch information
skyjake committed May 30, 2004
1 parent 2ff6654 commit 08c3f93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doomsday/deng-style.sh
Expand Up @@ -7,7 +7,7 @@ indent --k-and-r-style \
--blank-lines-after-procedures \
--blank-lines-before-block-comments \
--no-blank-lines-after-commas \
--break-before-boolean-operator \
--break-after-boolean-operator \
--braces-on-struct-decl-line \
--braces-after-if-line \
--brace-indent0 \
Expand Down
2 changes: 1 addition & 1 deletion doomsday/indent-typenames.sh
@@ -1,3 +1,3 @@
#!/bin/sh

TYPENAMES="-T fixed_t -T boolean -T binangle_t -T angle_t -T byte -T uint -T ushort -T event_t -T ccmd_t -T cvar_t -T ddfont_t -T action_t -T mobj_s -T thinker_t -T ddplayer_t -T spriteinfo_t"
TYPENAMES="-T fixed_t -T boolean -T binangle_t -T angle_t -T byte -T uint -T ushort -T event_t -T ccmd_t -T cvar_t -T ddfont_t -T action_t -T mobj_s -T mobj_t -T sector_t -T subsector_t -T line_t -T seg_t -T thinker_t -T ddplayer_t -T spriteinfo_t -T rendpoly_t -T shadowpoly_t -T planeinfo_t -T dynlight_t -T sectorinfo_t"

0 comments on commit 08c3f93

Please sign in to comment.