From 32f98ea6dee5bbc0762e2c115083e390046b4c2b Mon Sep 17 00:00:00 2001 From: Athanasius Date: Thu, 27 Jan 2022 17:01:49 +0000 Subject: [PATCH] .editorconfig: Fix the EOL comment --- .editorconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.editorconfig b/.editorconfig index 9f588ce0..adbf367f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -11,7 +11,7 @@ indent_size = tab # Hard-wrap at 120 columns max_line_length = 119 -# Unix EOL +# Windows EOL, for historical reasons end_of_line = crlf # UTF-8 is the only sensible option, no BOM