From 4e578fb2da017ab208e440ed649c4731d7301142 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Emilio=20Cobos=20=C3=81lvarez?= Date: Mon, 4 Jan 2021 15:41:50 +0100 Subject: [PATCH] Fix typo in config option. Fixes #641. --- template.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/template.toml b/template.toml index f6112f5..6bbbb51 100644 --- a/template.toml +++ b/template.toml @@ -35,7 +35,7 @@ braces = "SameLine" line_length = 100 tab_width = 2 documentation_style = "auto" -line-endings = "LF" # also "CR", "CRLF", "Native" +line_endings = "LF" # also "CR", "CRLF", "Native"