From 63e5b29b570bec15583253a49f5e3f27a703c6ff Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 21 Mar 2021 18:33:36 +0100 Subject: [PATCH] enforce line endings --- rustfmt.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/rustfmt.toml b/rustfmt.toml index a3ae0072..81666c78 100644 --- a/rustfmt.toml +++ b/rustfmt.toml @@ -1 +1,3 @@ -max_width=70 \ No newline at end of file +max_width=70 +hard_tabs=false +newline_style="Unix" \ No newline at end of file