Fix newlines
This commit is contained in:
parent
699126567f
commit
5b2eca1cf8
|
|
@ -1,6 +1,3 @@
|
||||||
[alias]
|
|
||||||
xtask = "run --package xtask --"
|
|
||||||
|
|
||||||
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
|
# On Windows MSVC, statically link the C runtime so that the resulting EXE does
|
||||||
# not depend on the vcruntime DLL.
|
# not depend on the vcruntime DLL.
|
||||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
/contrib/completions/* eol=lf linguist-generated=true text
|
* text=auto eol=lf
|
||||||
/contrib/completions/README.md -eol -linguist-generated -text
|
|
||||||
/init.fish eol=lf text
|
/contrib/completions/** linguist-generated
|
||||||
/templates/*.txt eol=lf text
|
/contrib/completions/README.md -linguist-generated
|
||||||
/zoxide.plugin.zsh eol=lf text
|
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
group_imports = "StdExternalCrate"
|
group_imports = "StdExternalCrate"
|
||||||
imports_granularity = "Module"
|
imports_granularity = "Module"
|
||||||
newline_style = "Native"
|
newline_style = "Unix"
|
||||||
use_field_init_shorthand = true
|
use_field_init_shorthand = true
|
||||||
use_small_heuristics = "Max"
|
use_small_heuristics = "Max"
|
||||||
use_try_shorthand = true
|
use_try_shorthand = true
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue