Skip to content

Commit

Permalink
Some manual changes
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Jan 23, 2024
1 parent 7e9c41c commit d4bf3f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .clang-format
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@ BreakBeforeBraces: Custom
ColumnLimit: 0
ConstructorInitializerIndentWidth: 0
Cpp11BracedListStyle: false
DerivePointerAlignment: true
PointerAlignment: Right
IndentCaseBlocks: true
IndentGotoLabels: false
MaxEmptyLinesToKeep: 2
ReflowComments: false
SortIncludes: false
SpaceBeforeCpp11BracedList: true
TabWidth: 2
UseTab: ForIndentation
UseTab: Never
ForEachMacros: ['for_each_hotplug_cb_safe', 'for_each_device_safe', 'for_each_device', 'for_each_transfer_safe', 'for_each_removed_event_source_safe', 'for_each_transfer', '__for_each_completed_transfer_safe', 'for_each_event_source', 'for_each_hotplug_cb', 'for_each_context', 'for_each_removed_event_source']

0 comments on commit d4bf3f3

Please sign in to comment.