Challanger524/ChernoOpenGL-CMake

Polish: try to enable `end_of_line = lf` in `.editorconfig`

Closed this issue · 1 comments

Polish: try to enable `end_of_line = lf` in `.editorconfig`

Detect UTF-8 with BOM:

grep -IorHbm1 "^`echo -ne '\xef\xbb\xbf'`" . | sed '/:0:/!d;s/:0:.*//'

Filter git tracked files with BOM across history:

git filter-repo --refs "<test_branch!>" --replace-text <(echo 'regex:^\xEF\xBB\xBF==>')