forked from OSchip/llvm-project
Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.
llvm-svn: 296749
This commit is contained in:
parent
8bdc36eccd
commit
3ffedcdfa3
|
@ -554,7 +554,6 @@ FormatStyle getLLVMStyle() {
|
|||
LLVMStyle.SpacesBeforeTrailingComments = 1;
|
||||
LLVMStyle.Standard = FormatStyle::LS_Cpp11;
|
||||
LLVMStyle.UseTab = FormatStyle::UT_Never;
|
||||
LLVMStyle.JavaScriptQuotes = FormatStyle::JSQS_Leave;
|
||||
LLVMStyle.ReflowComments = true;
|
||||
LLVMStyle.SpacesInParentheses = false;
|
||||
LLVMStyle.SpacesInSquareBrackets = false;
|
||||
|
|
Loading…
Reference in New Issue