[core]
whitespace = blank-at-eol,blank-at-eof,space-before-tab
[pull]
rebase = false
[init]
defaultBranch = main
We should probably also add a .gitattributes where .sh line endings are always lf as they won't run otherwise. Just in case someone tries to check in a CRLF in a .sh file.
here is a starting point for discussion
Each dev runs:
Each repo contains in .git/config (I think)
We should probably also add a .gitattributes where .sh line endings are always lf as they won't run otherwise. Just in case someone tries to check in a CRLF in a .sh file.