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
|
||||
# not depend on the vcruntime DLL.
|
||||
[target.'cfg(all(windows, target_env = "msvc"))']
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue