VzBoT3D / docs

VzBot Documentation
https://docs.vzbot.org/
13 stars 21 forks source link

File formatting and linting configs #89

Closed HumbleDeer closed 2 months ago

HumbleDeer commented 9 months ago

This changes:

For best effect, please set your repository-wide git config to not automatically select line endings:

git config --local core.autocrlf false
HumbleDeer commented 8 months ago

I have a feeling the hard-handed approach of forcing CRLF to LF changes might bother us in the future when we want to hard reset and rebase something.

I'd like kdb's opinion on this, somehow.