Thread: formatting
View Single Post
Old 03-29-2003, 08:56 PM   #12 (permalink)
joe_bruin
LOAD "*",8,1
 
Join Date: Feb 2003
Location: la.ca.us
Posts: 254
joe_bruin is on a distinguished road
there is alot more to coding style than mentioned above. luckily, i have a complete .indent.pro file to protect me from your styles.

Code:
--braces-after-if-line
--braces-after-struct-decl-line

--cuddle-do-while
--dont-cuddle-else

--indent-level2
--brace-indent0
--case-indentation0
--no-parameter-indentation
--struct-brace-indentation0

--blank-lines-after-declarations
--blank-lines-after-procedures
--leave-optional-blank-lines
--leave-preprocessor-space
--no-space-after-casts
--no-space-after-function-call-names
--no-space-after-parentheses
--no-space-after-for
--no-space-after-if
--no-space-after-while
--space-special-semicolon

--dont-break-function-decl-args
--dont-break-procedure-type

--continue-at-parentheses
--dont-format-comments
--dont-star-comments
--preserve-mtime
--tab-size2
--no-tabs
joe_bruin is offline   Reply With Quote