diff --git a/.cargo/config.toml b/.cargo/config.toml index 4b40e31..626e366 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -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"))'] diff --git a/.gitattributes b/.gitattributes index a9a91a2..eeb6151 100644 --- a/.gitattributes +++ b/.gitattributes @@ -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 diff --git a/rustfmt.toml b/rustfmt.toml index 72efef7..c216cd1 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -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