]> wimlib.net Git - wimlib/blob - .clang-format
mount_image.c: add fallback definitions of RENAME_* constants
[wimlib] / .clang-format
1 BasedOnStyle: LLVM
2 AllowShortFunctionsOnASingleLine: false
3 AllowShortIfStatementsOnASingleLine: false
4 AlignConsecutiveMacros: Consecutive
5 AlwaysBreakAfterReturnType: All
6 BreakBeforeBraces: Linux
7 Cpp11BracedListStyle: false
8 ForEachMacros:
9   - 'avl_tree_for_each_in_order'
10   - 'avl_tree_for_each_in_postorder'
11   - 'avl_tree_for_each_in_reverse_order'
12   - 'dentry_for_each_ci_match'
13   - 'for_dentry_child'
14   - 'for_dentry_child_postorder'
15   - 'for_inode_child'
16   - 'for_inode_child_postorder'
17   - 'hlist_for_each_entry'
18   - 'hlist_for_each_entry_safe'
19   - 'image_for_each_inode'
20   - 'image_for_each_inode_safe'
21   - 'image_for_each_unhashed_blob'
22   - 'image_for_each_unhashed_blob_safe'
23   - 'inode_for_each_dentry'
24   - 'inode_for_each_extraction_alias'
25   - 'list_for_each'
26   - 'list_for_each_entry'
27   - 'list_for_each_entry_reverse'
28   - 'list_for_each_entry_safe'
29   - 'xml_node_for_each_child'
30 IncludeBlocks: Preserve
31 IndentCaseLabels: false
32 IndentWidth: 8
33 SpaceBeforeParens: ControlStatementsExceptControlMacros
34 UseTab: Always