Remove clang-format configurations for JavaScripts (#2625)
author박종현/동작제어Lab(SR)/Staff Engineer/삼성전자 <jh1302.park@samsung.com>
Tue, 11 Dec 2018 10:45:24 +0000 (19:45 +0900)
committerGitHub Enterprise <noreply-CODE@samsung.com>
Tue, 11 Dec 2018 10:45:24 +0000 (19:45 +0900)
There is no JavaScript code to be format checked in nncc.

Signed-off-by: Jonghyun Park <jh1302.park@samsung.com>
.clang-format

index 84181d3..44dadf7 100644 (file)
@@ -55,8 +55,6 @@ IncludeCategories:
 IndentCaseLabels: false
 IndentWidth:     2
 IndentWrappedFunctionNames: false
-JavaScriptQuotes: Leave
-JavaScriptWrapImports: true
 KeepEmptyLinesAtTheStartOfBlocks: true
 MacroBlockBegin: ''
 MacroBlockEnd:   ''