Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F109861372
D29870.id87823.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
888 B
Referenced Files
None
Subscribers
None
D29870.id87823.diff
View Options
Index: .clang-format
===================================================================
--- .clang-format
+++ .clang-format
@@ -3,6 +3,8 @@
---
BasedOnStyle: WebKit
AlignAfterOpenBracket: DontAlign
+# This option works only starting with LLVM 12.
+#AlignConsecutiveMacros: AcrossEmptyLines
AlignConsecutiveAssignments: false
AlignConsecutiveDeclarations: false
AlignEscapedNewlines: Left
@@ -91,6 +93,7 @@
- TAILQ_FOREACH_SAFE
- VM_MAP_ENTRY_FOREACH
- VM_PAGE_DUMP_FOREACH
+SpaceBeforeParens: ControlStatementsExceptForEachMacros
IndentCaseLabels: false
IndentPPDirectives: None
Language: Cpp
@@ -159,7 +162,7 @@
# http://llvm.org/docs/CodingStandards.html#include-style
IncludeIsMainRegex: 'BLAH_DONT_MATCH_ANYTHING'
SortIncludes: true
-KeepEmptyLinesAtTheStartOfBlocks: true
+KeepEmptyLinesAtTheStartOfBlocks: false
TypenameMacros:
- ARB_ELMTYPE
- ARB_HEAD
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Feb 11, 11:25 AM (10 h, 33 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
16594206
Default Alt Text
D29870.id87823.diff (888 B)
Attached To
Mode
D29870: clang-format: Minor tweaks
Attached
Detach File
Event Timeline
Log In to Comment