Files
7ee8a0f8b2d781d758b62d2aec423a5a733d2aa7
27 lines
774 B
INI
27 lines
774 B
INI
[Basic]
# Variable names can be 1 to 31 characters long, with lowercase and underscores
# Argument names can be 2 to 31 characters long, with lowercase and underscores
method-rgx=[a-z_][a-z0-9_]{2,50}$
[Design]