@@ -12,59 +12,52 @@ ConstructorInitializerAllOnOneLineOrOnePerLine: true
1212FixNamespaceComments : true
1313AccessModifierOffset : -4
1414AllowShortFunctionsOnASingleLine : Empty
15- WhitespaceSensitiveMacros : [
16- NW4R_UT_LINKLIST_FOREACH,
17- NW4R_UT_LINKLIST_FOREACH_SAFE,
18- NW4R_UT_LIST_FOREACH,
19- NW4R_UT_LIST_FOREACH_SAFE,
20- NW4R_EF_LIST_FOREACH,
21- NW4R_EF_LIST_FOREACH_SAFE,
22- EGG_ASSERT,
23- EGG_ASSERT_MSG,
24- K_ASM,
25- KOKESHI_BY_PACK,
26- KM_BRANCH_MF,
27- KM_BRANCH,
28- KM_CALL_MF,
29- KM_CALL,
30- ASM,
31- TRAMPOLINE,
32- TRAMPOLINE_EX,
33- ]
34- AttributeMacros : [DECOMP_INLINE, DECOMP_DONT_INLINE]
35- InsertNewlineAtEOF : true
3615ForEachMacros : [K_FOREACH]
16+ AttributeMacros : [DECOMP_INLINE, DECOMP_DONT_INLINE]
17+ WhitespaceSensitiveMacros :
18+ [
19+ DECOMP_FORCEACTIVE,
20+ DECOMP_FORCELITERAL,
21+ DECOMP_FORCEACTIVE_DTOR,
22+ NW4R_UT_LINKLIST_FOREACH,
23+ NW4R_UT_LINKLIST_FOREACH_SAFE,
24+ NW4R_UT_LIST_FOREACH,
25+ NW4R_UT_LIST_FOREACH_SAFE,
26+ NW4R_EF_LIST_FOREACH,
27+ NW4R_EF_LIST_FOREACH_SAFE,
28+ EGG_ASSERT,
29+ EGG_ASSERT_MSG,
30+ KOKESHI_BY_PACK,
31+ KM_BRANCH,
32+ KM_CALL,
33+ KM_BRANCH_MF,
34+ KM_CALL_MF,
35+ ]
3736
3837IncludeCategories :
39- - Regex : ' <types.h>'
40- Priority : -1
41-
42- - Regex : ' "'
43- Priority : 1
44-
45- - Regex : ' ^<(nw4r|egg|Pack)?(\/)?types' # "Types" headers
46- Priority : 2
47- CaseSensitive : true
38+ - Regex : ' ^<(nw4r|egg|Pack)?(\/)?types' # "Types" headers
39+ Priority : 0
40+ CaseSensitive : true
4841
49- - Regex : ' <libkiwi.h>' # libkiwi public headers
50- Priority : 4
51- CaseSensitive : true
42+ - Regex : " <libkiwi.h>" # libkiwi public headers
43+ Priority : 2
44+ CaseSensitive : true
5245
53- - Regex : ' <egg\/[[:lower:].]+h>' # EGG public headers
54- Priority : 5
55- CaseSensitive : true
46+ - Regex : ' <egg\/[[:lower:].]+h>' # EGG public headers
47+ Priority : 3
48+ CaseSensitive : true
5649
57- - Regex : ' <nw4r\/[[:lower:].]+h>' # NW4R public headers
58- Priority : 6
59- CaseSensitive : true
50+ - Regex : ' <nw4r\/[[:lower:].]+h>' # NW4R public headers
51+ Priority : 4
52+ CaseSensitive : true
6053
61- - Regex : ' ^<revolution\/[[:upper:].]+h>' # RVL SDK public headers
62- Priority : 7
63- CaseSensitive : true
54+ - Regex : ' ^<revolution\/[[:upper:].]+h>' # RVL SDK public headers
55+ Priority : 5
56+ CaseSensitive : true
6457
65- - Regex : ' <[[:alnum:].]+>' # STL headers
66- Priority : 8 # Priority 0 is header mapped to src file
67- CaseSensitive : true
58+ - Regex : " <[[:alnum:].]+>" # STL headers
59+ Priority : 6 # Priority 0 is header mapped to src file
60+ CaseSensitive : true
6861
69- - Regex : ' .* ' # All other headers
70- Priority : 3
62+ - Regex : " .* " # All other headers
63+ Priority : 1
0 commit comments