From 333799d7b5b5d239e1ed0d2877669183ab2ca05e Mon Sep 17 00:00:00 2001 From: =?utf8?q?=EB=B0=95=EC=A2=85=ED=98=84/=EB=8F=99=EC=9E=91=EC=A0=9C?= =?utf8?q?=EC=96=B4Lab=28SR=29/Staff=20Engineer/=EC=82=BC=EC=84=B1?= =?utf8?q?=EC=A0=84=EC=9E=90?= Date: Tue, 11 Dec 2018 19:45:24 +0900 Subject: [PATCH] Remove clang-format configurations for JavaScripts (#2625) There is no JavaScript code to be format checked in nncc. Signed-off-by: Jonghyun Park --- .clang-format | 2 -- 1 file changed, 2 deletions(-) diff --git a/.clang-format b/.clang-format index 84181d3..44dadf7 100644 --- a/.clang-format +++ b/.clang-format @@ -55,8 +55,6 @@ IncludeCategories: IndentCaseLabels: false IndentWidth: 2 IndentWrappedFunctionNames: false -JavaScriptQuotes: Leave -JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: true MacroBlockBegin: '' MacroBlockEnd: '' -- 2.7.4