UNPKG

456 BPlain TextView Raw
1BasedOnStyle: Google
2AlignAfterOpenBracket: AlwaysBreak
3AllowAllParametersOfDeclarationOnNextLine: false
4AllowShortBlocksOnASingleLine: false
5AllowShortCaseLabelsOnASingleLine: false
6AllowShortFunctionsOnASingleLine: None
7AllowShortIfStatementsOnASingleLine: false
8AllowShortLoopsOnASingleLine: false
9BinPackArguments: false
10# This breaks async functions sometimes, see
11# https://github.com/Polymer/polymer-analyzer/pull/393
12# BinPackParameters: false