diff options
| author | Linus Färnstrand <linus@mullvad.net> | 2018-06-27 09:31:20 +0200 |
|---|---|---|
| committer | Linus Färnstrand <linus@mullvad.net> | 2018-06-27 13:53:26 +0200 |
| commit | 9bb91af8594885ec0090c8fa9aac4fa19aa20510 (patch) | |
| tree | 75e07a12e89bbf818fe48bd63a14ec8a43aed4cc /.gitattributes | |
| parent | fce918ebab9d686946af4d46bc00536eb3dd2f4d (diff) | |
| download | mullvadvpn-9bb91af8594885ec0090c8fa9aac4fa19aa20510.tar.xz mullvadvpn-9bb91af8594885ec0090c8fa9aac4fa19aa20510.zip | |
Add editorconfig configuration
Diffstat (limited to '.gitattributes')
| -rw-r--r-- | .gitattributes | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.gitattributes b/.gitattributes index 64584601b1..c63c583436 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1,5 +1,8 @@ # Set the default behavior * text=auto -# Do not break script files on Windows (Cygwin gets upset with CRLF) +# Do not break script files on Windows, Bash expects LF *.sh text eol=lf + +# Use LF for Rust because rustfmt works best like that +*.rs text eol=lf |
