amachanic / sp_whoisactive

sp_whoisactive
GNU General Public License v3.0
1.13k stars 281 forks source link

Add automatic line ending conversion #96

Open zikato opened 1 year ago

zikato commented 1 year ago

https://docs.github.com/en/get-started/getting-started-with-git/configuring-git-to-handle-line-endings#per-repository-settings

Internally it's stored as LF, but it converts to the native line endings on checkout. So Windows users will have CRLF, and Linux will have LF.

AutoFormatSQL Action runs upon pushing to the master branch (after PR is merged).

~Requires: GitHub repo page - Settings\Actions\General\Workflow permissions\Read and write permissions~ Thanks to permissions content:write no longer needs the token