Skip to content

Comments

Added Better Title Case#48

Open
jadutter wants to merge 1 commit intojdavisclark:masterfrom
jadutter:better_title_case
Open

Added Better Title Case#48
jadutter wants to merge 1 commit intojdavisclark:masterfrom
jadutter:better_title_case

Conversation

@jadutter
Copy link

Added Better Title Case to transform multi-word variables. Example:
"committed_datetime:{}".format(committed_datetime) into
"Committed Datetime:{}".format(committed_datetime) instead of Sublime's Title Case
"Committed_datetime:{}".format(committed_datetime)

`"committed_datetime:{}".format(committed_datetime)` into
`"Committed Datetime:{}".format(committed_datetime)` instead of
`"Committed_datetime:{}".format(committed_datetime)`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant