blob: ab7724a892831acd1812d2cc317f00a774342c37 [file] [log] [blame]
# Defines the Chromium style for automatic reformatting.
# http://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
# Don't pack arguments on a single line, this ensures that all raw_pup data
# structures are declared in the same way.
BinPackArguments: false