summaryrefslogtreecommitdiff
path: root/flang/.clang-format
diff options
context:
space:
mode:
authorJean Perier <jperier@hsw1.pgi.net>2018-10-25 05:55:23 -0700
committerJean Perier <jperier@hsw1.pgi.net>2018-10-25 05:55:23 -0700
commitf7e7cb349b1f5c322a2e9eff16e6e81b8d70807b (patch)
tree918cd1101a1ea8b4d577339fd05efeddef9fc53e /flang/.clang-format
parent9077dc289ba3d12ff855442c48f568465c18c7ac (diff)
downloadllvm-f7e7cb349b1f5c322a2e9eff16e6e81b8d70807b.tar.gz
[flang] Changed .clang-format so that it will not add a comment after the closing brace of each namespace. Removed all such previous comments from all .cc and .h files
Original-commit: flang-compiler/f18@aa7f55e15f78909ba8401f85e023ee4c3eaa923f Reviewed-on: https://github.com/flang-compiler/f18/pull/217
Diffstat (limited to 'flang/.clang-format')
-rw-r--r--flang/.clang-format1
1 files changed, 1 insertions, 0 deletions
diff --git a/flang/.clang-format b/flang/.clang-format
index f6221946d67a..eb459959d4d8 100644
--- a/flang/.clang-format
+++ b/flang/.clang-format
@@ -12,6 +12,7 @@ AlignTrailingComments: false
ConstructorInitializerIndentWidth: 2
SpaceAfterTemplateKeyword: false
SpacesBeforeTrailingComments: 2
+FixNamespaceComments: false
IncludeCategories:
- Regex: '^<'
Priority: 4