Language: JavaScript

BasedOnStyle: Mozilla
UseTab: Never

IndentWidth: 2
ContinuationIndentWidth: 2
TabWidth: 2
ReflowComments: false
ColumnLimit: 150

BreakBeforeBraces: Attach
SpacesInContainerLiterals: false
SpacesInCStyleCastParentheses: true
JavaScriptQuotes: Single
AlignConsecutiveDeclarations: false
