---
Language:             Cpp
BasedOnStyle:         Chromium
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
BreakConstructorInitializersBeforeComma: true
IndentWidth:          4
NamespaceIndentation: All
TabWidth:             4
UseTab:               ForIndentation
...
Language:             JavaScript
BasedOnStyle:         Chromium
AccessModifierOffset: -4
AllowShortIfStatementsOnASingleLine: true
AllowShortEnumsOnASingleLine: true
AllowShortFunctionsOnASingleLine: All
AllowShortLambdasOnASingleLine: All
BreakConstructorInitializersBeforeComma: true
IndentWidth:          4
NamespaceIndentation: All
TabWidth:             4
UseTab:               ForIndentation
...
