Conversation
Notices
-
Embed this notice
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Sunday, 27-Oct-2024 15:23:34 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: does git do auto formatting? if so i hate it - soberano likes this.
-
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 27-Oct-2024 15:23:33 JST iced depresso @nyanide only for line endings -
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 27-Oct-2024 15:25:09 JST iced depresso @nyanide sounds like an editor issue. git doesn't change that stuff. -
Embed this notice
nyanide :nyancat_rainbow::nyancat_body::nyancat_face: (nyanide@lab.nyanide.com)'s status on Sunday, 27-Oct-2024 15:25:10 JST nyanide :nyancat_rainbow::nyancat_body::nyancat_face: @icedquinn my indents keep getting fucking auto formatted i cant make a pr when the tabbing is all fucked up -
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 27-Oct-2024 15:50:10 JST iced depresso @m0xee @nyanide smudge filters. -
Embed this notice
m0xEE (m0xee@social.librem.one)'s status on Sunday, 27-Oct-2024 15:50:11 JST m0xEE @icedquinn @nyanide
AFAIR it can be configured to do that via hooks, but you're right, by default it doesn't do anything but the CR-LF thing -
Embed this notice
iced depresso (icedquinn@blob.cat)'s status on Sunday, 27-Oct-2024 15:51:00 JST iced depresso @m0xee @nyanide i guess some people do something like this in the pre-commit hook as well. i don't tend to use any of the things, but i remember there's some python project that lets you import a bunch of premade ones.