public SpacesConfiguration()
 {
     BeforeParentheses = new SpacesBeforeParenthesesConfiguration();
     AroundOperators = new SpacesAroundOperatorsConfiguration();
     WithinParentheses = new SpacesWithinParenthesesConfiguration();
     TernaryOperator = new SpacesTernaryOperatorConfiguration();
     Other = new SpacesOtherConfiguration();
 }
示例#2
0
 public SpacesConfiguration()
 {
     BeforeParentheses = new SpacesBeforeParenthesesConfiguration();
     AroundOperators   = new SpacesAroundOperatorsConfiguration();
     WithinParentheses = new SpacesWithinParenthesesConfiguration();
     TernaryOperator   = new SpacesTernaryOperatorConfiguration();
     Other             = new SpacesOtherConfiguration();
 }