|
@@ -532,6 +532,8 @@ FormatStyle getLLVMStyle() {
|
|
|
LLVMStyle.IndentCaseLabels = false;
|
|
|
LLVMStyle.IndentWrappedFunctionNames = false;
|
|
|
LLVMStyle.IndentWidth = 2;
|
|
|
+ LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave;
|
|
|
+ LLVMStyle.JavaScriptWrapImports = true;
|
|
|
LLVMStyle.TabWidth = 8;
|
|
|
LLVMStyle.MaxEmptyLinesToKeep = 1;
|
|
|
LLVMStyle.KeepEmptyLinesAtTheStartOfBlocks = true;
|