-
-
Notifications
You must be signed in to change notification settings - Fork 21
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
Format options documentation #294
Comments
I dont think there is any at the moment, I faced the same issue before, some options have several choices but it is not clear what they mean. |
What are these styles called?
|
• One True Brace (1TBS) you can find more info here: https://www.wikiwand.com/en/Indent_style The mot common ones were 1TBS, K&R and Allman for a while, not sure what the most common ones are right now. |
Is there any documentation on the various formatter options and the corresponding values for each option? I see that at some point one_true_brace must have changed from true/false to now be -1/0/1 but I don't understand which one to pick based on my preference.
The text was updated successfully, but these errors were encountered: