summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorEric Fiselier <eric@efcs.ca>2017-01-14 05:43:02 +0000
committerEric Fiselier <eric@efcs.ca>2017-01-14 05:43:02 +0000
commitf19b75f913b0540dcaaf97ad71643a532f47eb7a (patch)
treec860fcc9d0ecd5148048ef36e9ddcb5cfcd1b08b /.clang-format
parent50ca3248fb8ab469698329334f8de1f456d1713f (diff)
Tweak .clang-format configuration.
Remove the custom configuration options for brace wrapping. They don't work well for inline functions or type-traits classes. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@291998 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to '.clang-format')
-rw-r--r--.clang-format5
1 files changed, 0 insertions, 5 deletions
diff --git a/.clang-format b/.clang-format
index 782e2b863..2d1d3bee6 100644
--- a/.clang-format
+++ b/.clang-format
@@ -4,11 +4,6 @@ BasedOnStyle: LLVM
Language: Cpp
AlwaysBreakTemplateDeclarations: true
-AllowShortFunctionsOnASingleLine: Inline
-BreakBeforeBraces: Custom
-BraceWrapping:
- AfterClass: true
- AfterFunction: true
PointerAlignment: Left
# Disable formatting options which may break tests.