summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2017-04-18 03:52:36 +0300
committerEd Tanous <ed.tanous@intel.com>2017-04-18 03:52:36 +0300
commit93f987d2383258f88fe9b9133af956bcc0f00233 (patch)
tree88bc31b3cbb02b2c372fc48de3010e3b4d7b039b /.clang-format
parent5679522b4bd573b0559a4508963fa7ac6224df28 (diff)
downloadbmcweb-93f987d2383258f88fe9b9133af956bcc0f00233.tar.xz
KVM WORKING! ! !
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format2
1 files changed, 1 insertions, 1 deletions
diff --git a/.clang-format b/.clang-format
index 17d370f05a..5f8caed922 100644
--- a/.clang-format
+++ b/.clang-format
@@ -72,7 +72,7 @@ PenaltyExcessCharacter: 1000000
PenaltyReturnTypeOnItsOwnLine: 200
PointerAlignment: Left
ReflowComments: true
-SortIncludes: true
+SortIncludes: false
SpaceAfterCStyleCast: false
SpaceBeforeAssignmentOperators: true
SpaceBeforeParens: ControlStatements