enum FormatStyle::JavaScriptQuoteStyle

Description

Quotation styles for JavaScript strings. Does not affect template strings.

Declared at: clang/include/clang/Format/Format.h:2512

Enumerators

NameValueComment
JSQS_Leave0Leave string quotes as they are.
JSQS_Single1Always use single quotes.
JSQS_Double2Always use double quotes.