Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🚀 Use lowerCamelCase for configurations in git config file #1866

Open
barraponto opened this issue Sep 23, 2024 · 0 comments
Open

🚀 Use lowerCamelCase for configurations in git config file #1866

barraponto opened this issue Sep 23, 2024 · 0 comments

Comments

@barraponto
Copy link

It seems there's a naming convention there: despite the config names being case-insensitive, they don't usually have dashes in them. Git went so far as to deprecate some dash spellings (kebab case) in favor or dash-less. And they're usually documented in lowerCamelCase (a.k.a. dromedary case).

I was looking at my git config and realized delta configuration requires the dashes. Can we make them optional so delta.lineNumbers work just as well as delta.line-numbers?

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

No branches or pull requests

1 participant