mirror of
https://github.com/isledecomp/isle.git
synced 2026-01-27 18:21:15 +00:00
Fix style
This commit is contained in:
parent
5d671a3eda
commit
7083852a1f
@ -10,6 +10,7 @@ UnionName: '^\(anon|^[A-Z][a-zA-Z0-9]+$'
|
|||||||
VariableName:
|
VariableName:
|
||||||
ScopePrefix:
|
ScopePrefix:
|
||||||
Global: 'g_'
|
Global: 'g_'
|
||||||
|
Static: 's_'
|
||||||
ClassMember: 'm_'
|
ClassMember: 'm_'
|
||||||
StructMember: 'm_'
|
StructMember: 'm_'
|
||||||
DataTypePrefix:
|
DataTypePrefix:
|
||||||
@ -17,4 +18,4 @@ VariableName:
|
|||||||
Integer: ''
|
Integer: ''
|
||||||
Bool: ''
|
Bool: ''
|
||||||
Pointer: ''
|
Pointer: ''
|
||||||
Pattern: '^(unk0x[a-f0-9]{1,3}$|(?!unk).+[a-z0-9][a-zA-Z0-9]*)$'
|
Pattern: '^(unk0x[a-f0-9]{1,3}$|(?!unk).*[a-z0-9][a-zA-Z0-9]*)$'
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user