Fix newlines

This commit is contained in:
mataha 2024-06-14 16:14:34 +02:00
parent 699126567f
commit 5b2eca1cf8
3 changed files with 5 additions and 9 deletions

View File

@ -1,6 +1,3 @@
[alias]
xtask = "run --package xtask --"
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
# not depend on the vcruntime DLL.
[target.'cfg(all(windows, target_env = "msvc"))']

9
.gitattributes vendored
View File

@ -1,5 +1,4 @@
/contrib/completions/* eol=lf linguist-generated=true text
/contrib/completions/README.md -eol -linguist-generated -text
/init.fish eol=lf text
/templates/*.txt eol=lf text
/zoxide.plugin.zsh eol=lf text
* text=auto eol=lf
/contrib/completions/** linguist-generated
/contrib/completions/README.md -linguist-generated

View File

@ -1,6 +1,6 @@
group_imports = "StdExternalCrate"
imports_granularity = "Module"
newline_style = "Native"
newline_style = "Unix"
use_field_init_shorthand = true
use_small_heuristics = "Max"
use_try_shorthand = true