Best practices for cross platform git config?

前端 未结 3 1195
我在风中等你
我在风中等你 2020-12-04 06:34

Context

A number of my application user configuration files are kept in a git repository for easy sharing across multiple machines and multiple platforms. Amongst

3条回答
  •  借酒劲吻你
    2020-12-04 07:18

    Never turn autocrlf on, it causes nothing but headaches and sorrows.

    There's no excuse to use \r\n on windows, all decent editors (by definition) can handle \n.

提交回复
热议问题