mirror of
https://github.com/neovim/neovim.git
synced 2025-09-06 03:18:16 +00:00
build(clang-format): align with project style #18192
This commit is contained in:
@@ -38,3 +38,20 @@ BraceWrapping:
|
|||||||
PointerAlignment: Right
|
PointerAlignment: Right
|
||||||
SortIncludes: false
|
SortIncludes: false
|
||||||
Cpp11BracedListStyle: false
|
Cpp11BracedListStyle: false
|
||||||
|
SpaceBeforeParens: ControlStatementsExceptControlMacros
|
||||||
|
ForEachMacros:
|
||||||
|
- FOR_ALL_AUEVENTS
|
||||||
|
- FOR_ALL_AUPATS_IN_EVENT
|
||||||
|
- FOR_ALL_BUFFERS
|
||||||
|
- FOR_ALL_BUFFERS_BACKWARDS
|
||||||
|
- FOR_ALL_FRAMES
|
||||||
|
- FOR_ALL_QFL_ITEMS
|
||||||
|
- FOR_ALL_SIGNS_IN_BUF
|
||||||
|
- FOR_ALL_TABS
|
||||||
|
- FOR_ALL_TAB_WINDOWS
|
||||||
|
- FOR_ALL_WINDOWS_IN_TAB
|
||||||
|
- RBUFFER_EACH
|
||||||
|
- RBUFFER_EACH_REVERSE
|
||||||
|
- RBUFFER_UNTIL_EMPTY
|
||||||
|
- RBUFFER_UNTIL_FULL
|
||||||
|
- kl_iter
|
||||||
|
Reference in New Issue
Block a user