From: Armin Novak Date: Wed, 6 Nov 2019 14:24:41 +0000 (+0100) Subject: Updated format file. X-Git-Tag: 2.0.0~271^2~3 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ba71de623060c98237166f7f0499fd9a051e21eb;p=platform%2Fupstream%2Ffreerdp.git Updated format file. --- diff --git a/.clang-format b/.clang-format index a15ddf8..33a6584 100644 --- a/.clang-format +++ b/.clang-format @@ -61,8 +61,8 @@ IncludeCategories: - Regex: '.*' Priority: 1 IncludeIsMainRegex: '(Test)?$' -IndentCaseLabels: false -IndentPPDirectives: AfterHash +IndentCaseLabels: true +IndentPPDirectives: None IndentWidth: 4 IndentWrappedFunctionNames: false KeepEmptyLinesAtTheStartOfBlocks: true