summaryrefslogtreecommitdiff
path: root/.clang-format
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-16 23:13:01 +0300
committerLaurent Pinchart <laurent.pinchart@ideasonboard.com>2019-09-23 09:50:08 +0300
commitbd67bef8c67dac9759ef3634121062a934651fa3 (patch)
treeded7f0c3363a5f4444ab6261c9eab6c4abb3dc99 /.clang-format
parent0f2e8cac8dd43544adad50bf42b0fda496ddb055 (diff)
clang-format: Don't indent namespaces
Our coding style doesn't indent namespace contents. Update .clang-format accordingly. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Reviewed-by: Jacopo Mondi <jacopo@jmondi.org> Reviewed-by: Niklas Söderlund <niklas.soderlund@ragnatech.se> Reviewed-by: Kieran Bingham <kieran.bingham@ideasonboard.com>
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 7c5f7b00..0f4d2b52 100644
--- a/.clang-format
+++ b/.clang-format
@@ -80,7 +80,7 @@ KeepEmptyLinesAtTheStartOfBlocks: false
MacroBlockBegin: ''
MacroBlockEnd: ''
MaxEmptyLinesToKeep: 1
-NamespaceIndentation: Inner
+NamespaceIndentation: None
#ObjCBinPackProtocolList: Auto # Unknown to clang-format-5.0
ObjCBlockIndentWidth: 8
ObjCSpaceAfterProperty: true