X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=.clang-format;h=1d5da22e0ba50c72dc3396995dbae42af131c90e;hb=b79d380017d1d23b1b07c860a1adc1360a1fcb09;hp=faffc0d5af4eeb24ab55c5091fc965897eabbb7a;hpb=bba9525520b6028ecbe7486e13216e9ede8636be;p=platform%2Fkernel%2Flinux-rpi.git diff --git a/.clang-format b/.clang-format index faffc0d..1d5da22 100644 --- a/.clang-format +++ b/.clang-format @@ -382,7 +382,7 @@ IncludeIsMainRegex: '(Test)?$' IndentCaseLabels: false #IndentPPDirectives: None # Unknown to clang-format-5.0 IndentWidth: 8 -IndentWrappedFunctionNames: true +IndentWrappedFunctionNames: false JavaScriptQuotes: Leave JavaScriptWrapImports: true KeepEmptyLinesAtTheStartOfBlocks: false