One last formatting change to README.md, redux

This commit is contained in:
Ryan Hunt 2017-06-29 00:38:53 -04:00
parent 4a09343309
commit d633bd4b1e

View File

@ -93,7 +93,7 @@ prefix = "string"
# An optional postfix to put after any function declaration
postfix = "string"
# How to format function arguments
args = "Auto|Vertical|Horizontal"
args = "[Auto|Vertical|Horizontal]"
# A rule to use to rename function argument names
rename_args = "[None|GeckoCase|LowerCase|UpperCase|PascalCase|CamelCase|SnakeCase|ScreamingSnakeCase|QualifiedScreamingSnakeCase]"