alacritty@0.13.2: Add Open with Alacritty context menu (#12997) Co-authored-by: rafaeloledo <rafaeloliveiraledo@gmail.com> Co-authored-by: Hsiao-nan Cheung <niheaven@gmail.com>
(chore): Fix git conflicts with line endings (#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 b3cad5996cf5593c04905d7dbaa7173e20098857. * fix: case sensitive file endings Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * 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 <46838874+rashil2000@users.noreply.github.com>
(chore): Fix git conflicts with line endings (#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 b3cad5996cf5593c04905d7dbaa7173e20098857. * fix: case sensitive file endings Co-authored-by: Rashil Gandhi <46838874+rashil2000@users.noreply.github.com> * 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 <46838874+rashil2000@users.noreply.github.com>