public SpacesConfiguration() { BeforeParentheses = new SpacesBeforeParenthesesConfiguration(); AroundOperators = new SpacesAroundOperatorsConfiguration(); WithinParentheses = new SpacesWithinParenthesesConfiguration(); TernaryOperator = new SpacesTernaryOperatorConfiguration(); Other = new SpacesOtherConfiguration(); }