diff --git a/roles/home-cli/files/editorconfig b/roles/home-cli/files/editorconfig index c4c4329..ab20cd2 100644 --- a/roles/home-cli/files/editorconfig +++ b/roles/home-cli/files/editorconfig @@ -1,5 +1,6 @@ -[*] root = true + +[*] charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true diff --git a/roles/home-cli/files/gitwindows b/roles/home-cli/files/gitwindows index f2a6e36..833051e 100644 --- a/roles/home-cli/files/gitwindows +++ b/roles/home-cli/files/gitwindows @@ -3,6 +3,7 @@ [http] sslBackend = schannel [core] + autocrlf = true fscache = true symlinks = false sshCommand = C:/WINDOWS/System32/OpenSSH/ssh.exe