Uh oh!
There was an error while loading. Please reload this page.
First shot at code style stuff - #77
Conversation
uberlinuxguy
commented
Nov 23, 2021
References #75 |
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
slime73
commented
Nov 23, 2021
I just wanna test this out locally (later today hopefully) to make sure it doesn't cause any unexpected issues for me |
Uh oh!
There was an error while loading. Please reload this page.
uberlinuxguy
commented
Dec 7, 2021
Are we good to merge this as a starting point? |
slime73
commented
Dec 8, 2021
Go ahead and merge it IMO, if we run into any issues we can figure things out from there |
tribad
commented
Dec 8, 2021
Why not use end_of_line = auto |
| # Unix-style newlines with a newline ending every file | ||
| [*] | ||
| end_of_line = lf |
There was a problem hiding this comment.
| # Unix-style newlines with a newline ending every file | |
| [*] | |
| end_of_line = lf |
Remove local enforcement of line endings in favor of enforcing what goes into the repo via .gitattributes
This is a first start at some code style stuff, until we codify something. Probably want a README update too.