enum FormatStyle::JavaScriptQuoteStyle
Description
Quotation styles for JavaScript strings. Does not affect template strings.
Declared at: clang/include/clang/Format/Format.h:2512
Enumerators
Name | Value | Comment |
---|---|---|
JSQS_Leave | 0 | Leave string quotes as they are. |
JSQS_Single | 1 | Always use single quotes. |
JSQS_Double | 2 | Always use double quotes. |