-
Notifications
You must be signed in to change notification settings - Fork 7
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
Update formatting and ci #74
base: master
Are you sure you want to change the base?
Conversation
@@ -9,8 +10,7 @@ break-sequences=true | |||
cases-exp-indent=2 | |||
doc-comments=before-except-val | |||
dock-collection-brackets=false | |||
if-then-else=k-r | |||
parens-tuple-patterns=always | |||
if-then-else=keyword-first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oooh, I disagree! Yuck! (About the if-then-else, not the tuples.)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pick your poison from currently supported options ^^! I don't mind either way.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I don't like it either but I don't think we have a choice. RIP K&R style.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe the default compact
style is preferable?
@@ -9,8 +10,7 @@ break-sequences=true | |||
cases-exp-indent=2 | |||
doc-comments=before-except-val | |||
dock-collection-brackets=false | |||
if-then-else=k-r | |||
parens-tuple-patterns=always | |||
if-then-else=keyword-first |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yup, I don't like it either but I don't think we have a choice. RIP K&R style.
No description provided.