clang-format: [JS] Understand line breaks in concatenated strings.
Before: var literal = 'hello ' + 'world'; After: var literal = 'hello ' + 'world'; There is no reason to concatenated two string literals with a '+' unless the line break is intended. llvm-svn: 209413
Loading
Please sign in to comment