blob: 3e0146f7d684751356834d240a43dc32e4c7b1aa [file] [log] [blame]
# Defines the Chromium style for automatic reformatting.
# https://clang.llvm.org/docs/ClangFormatStyleOptions.html
BasedOnStyle: Chromium
Language: JavaScript
# A few tweaks where the guides permit.
AlignOperands: true
AllowShortFunctionsOnASingleLine: Inline
BinPackArguments: false
MaxEmptyLinesToKeep: 1