x
BasedOnStyle: Google
IndentWidth: 4
UseTab: Never
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements
SpaceBeforeRangeBasedForLoopColon: true
SpaceInEmptyParentheses: false
SpacesInParentheses: false
SpacesInSquareBrackets: false
ColumnLimit: 120
InsertNewlineAtEOF: true
...