global: upgrade clang-format
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
7dffa4be72
commit
d30f6754d4
@ -64,43 +64,60 @@ SpacesInParentheses: false
|
|||||||
SpacesInSquareBrackets: false
|
SpacesInSquareBrackets: false
|
||||||
Standard: Cpp11
|
Standard: Cpp11
|
||||||
StatementMacros: [
|
StatementMacros: [
|
||||||
'EXTERN_C',
|
'__drv_allocatesMem',
|
||||||
'PAGED',
|
'__drv_freesMem',
|
||||||
'PAGEDX',
|
'__drv_preferredFunction',
|
||||||
'NONPAGED',
|
'__drv_setsIRQL',
|
||||||
'PNPCODE',
|
'_Acquires_exclusive_lock_',
|
||||||
'INITCODE',
|
'_Acquires_lock_',
|
||||||
|
'_Acquires_shared_lock_',
|
||||||
|
'_Acquires_rcu_',
|
||||||
'_At_',
|
'_At_',
|
||||||
'_When_',
|
'_At_buffer_',
|
||||||
'_Success_',
|
|
||||||
'_Check_return_',
|
'_Check_return_',
|
||||||
'_Must_inspect_result_',
|
'_Dispatch_type_',
|
||||||
|
'_Field_size_bytes_',
|
||||||
|
'_Function_class_',
|
||||||
|
'_Guarded_by_',
|
||||||
|
'_IRQL_lowers_',
|
||||||
|
'_IRQL_raises_',
|
||||||
'_IRQL_requires_',
|
'_IRQL_requires_',
|
||||||
'_IRQL_requires_max_',
|
'_IRQL_requires_max_',
|
||||||
'_IRQL_requires_min_',
|
'_IRQL_requires_min_',
|
||||||
'_IRQL_requires_same_',
|
'_IRQL_requires_same_',
|
||||||
'_IRQL_saves_',
|
|
||||||
'_IRQL_restores_',
|
'_IRQL_restores_',
|
||||||
'_IRQL_saves_global_',
|
|
||||||
'_IRQL_restores_global_',
|
'_IRQL_restores_global_',
|
||||||
'_IRQL_raises_',
|
'_IRQL_saves_',
|
||||||
'_IRQL_lowers_',
|
'_IRQL_saves_global_',
|
||||||
'_Acquires_lock_',
|
'_Must_inspect_result_',
|
||||||
'_Releases_lock_',
|
'_Out_writes_bytes_all_',
|
||||||
'_Acquires_exclusive_lock_',
|
'_Post_equals_last_error_',
|
||||||
|
'_Post_maybenull_',
|
||||||
|
'_Post_notnull_',
|
||||||
|
'_Post_writable_byte_size_',
|
||||||
'_Releases_exclusive_lock_',
|
'_Releases_exclusive_lock_',
|
||||||
'_Acquires_shared_lock_',
|
'_Releases_lock_',
|
||||||
'_Releases_shared_lock_',
|
'_Releases_shared_lock_',
|
||||||
|
'_Releases_rcu_',
|
||||||
|
'_Requires_shared_lock_held_',
|
||||||
|
'_Requires_exclusive_lock_held_',
|
||||||
'_Requires_lock_held_',
|
'_Requires_lock_held_',
|
||||||
'_Requires_lock_not_held_',
|
'_Requires_lock_not_held_',
|
||||||
|
'_Requires_rcu_held_',
|
||||||
|
'_Ret_bytecount_',
|
||||||
|
'_Ret_maybenull_',
|
||||||
|
'_Ret_range_',
|
||||||
|
'_Ret_writes_bytes_',
|
||||||
|
'_Return_type_success_',
|
||||||
|
'_Success_',
|
||||||
'_Use_decl_annotations_',
|
'_Use_decl_annotations_',
|
||||||
'_Guarded_by_',
|
'_When_',
|
||||||
'__drv_preferredFunction',
|
'EXTERN_C',
|
||||||
'__drv_allocatesMem',
|
'INITCODE',
|
||||||
'__drv_freesMem',
|
'NONPAGED',
|
||||||
'_Field_size_bytes_',
|
'PAGED',
|
||||||
'_Function_class_',
|
'PAGEDX',
|
||||||
'_Dispatch_type_'
|
'PNPCODE'
|
||||||
]
|
]
|
||||||
TabWidth: '4'
|
TabWidth: '4'
|
||||||
UseTab: Never
|
UseTab: Never
|
||||||
|
Loading…
Reference in New Issue
Block a user