From a59513c4cdfc43c2b3c75d5f5f353e62311c5f8e Mon Sep 17 00:00:00 2001 From: Petr Sabanov Date: Sat, 9 Nov 2024 07:59:26 +0300 Subject: [PATCH] Configured `newline_style = "Unix"` in `.rustfmt.toml` --- .rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.rustfmt.toml b/.rustfmt.toml index 18d655e..3efb9c3 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -1 +1,2 @@ -hard_tabs = true \ No newline at end of file +hard_tabs = true +newline_style = "Unix" \ No newline at end of file