# We base our style on Google's style guide because it is the closest to our
# previous style. But we need a few tweak to reduce distrubance to the code.
BasedOnStyle: Google

# We previously use 4 space for indentation
IndentWidth: 4

# We previously use do indentation in preprocessor statements the same way
# we do in normal code.
IndentPPDirectives: BeforeHash
PPIndentWidth: 4
