Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
(chore): Fix git conflicts with line endings (ScoopInstaller#8285)
* fix: specify line endings behavior for .reg and .ps1 files and use LF for other text files * fix: unify file permissions from 755 to 644 * chore: more specific comment * fix: tell git what files are text * fix: align .editorconfig to .gitattributes * fix: set all files to CRLF by default * fix: specify YAML as well * Revert "fix: unify file permissions from 755 to 644" This reverts commit b3cad59. * fix: case sensitive file endings Co-authored-by: Rashil Gandhi <[email protected]> * fix: remove specifying line endings for .bat, .cmd, .reg and .ps1 files because it's the same as the default setting * fix: remove specifying which files are text files since Git should be able to auto-detect it * chore: better comment Co-authored-by: Rashil Gandhi <[email protected]>
- Loading branch information