Don't write to LLVMStyle.JavaScriptQuotes twice. No behavior change.

llvm-svn: 296749
This commit is contained in:
Nico Weber 2017-03-02 14:51:54 +00:00
parent 8bdc36eccd
commit 3ffedcdfa3
1 changed files with 0 additions and 1 deletions

View File

@ -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;