added sphere tutorial
[engrid.git] / src / astylerc
blob93f43bcfd7965aba4d5c32462caf56d8e7cf66ce
1 #IndentPreprocessors="0"
2 #--indent-preprocessor
4 #FillCount="2"
5 #Fill="Spaces"
6 --indent=spaces=2
8 #PadParenthesesOut="0"
9 #--pad-paren-out
11 #IndentNamespaces="1"
12 --indent-namespaces
14 #IndentLabels="1"
15 --indent-labels
17 #MaxStatement="40"
18 --max-instatement-indent=40
20 #Brackets="Linux"
21 --brackets=linux
23 #MinConditional="-1"
24 #--min-conditional-indent=-1
26 #IndentBrackets="0"
27 #--indent-brackets
29 #PadParenthesesUn="1"
30 --unpad-paren
32 #BlockBreak="0"
33 #--break-blocks
35 #KeepStatements="1"
36 --keep-one-line-statements
38 #KeepBlocks="1"
39 --keep-one-line-blocks
41 #BlockIfElse="0"
42 #--break-elseifs
44 #IndentSwitches="1"
45 --indent-switches
47 #PadOperators="1"
48 --pad-oper
50 #FStyle="UserDefined"
51 #--style=gnu
53 #IndentCases="0"
54 #--indent-cases
56 #FillEmptyLines="0"
57 #--fill-empty-lines
59 #BracketsCloseHeaders="1"
60 #--break-closing-brackets
62 #BlockBreakAll="0"
63 #--break-blocks=all
65 #PadParenthesesIn="1"
66 #--pad-paren-in
68 #IndentClasses="1"
69 --indent-classes
71 #IndentBlocks="0"
72 #--indent-blocks
74 #FillForce="1"
75 --convert-tabs
77 #process all subdirs
78 #--recursive
80 # Attach brackets to their pre-block statements ( e.g. Java / K&R style ).
81 --brackets=attach