From 4aeba570125b2ff1ac6dfccec266b0e6463343ba Mon Sep 17 00:00:00 2001 From: Michael Smith Date: Sun, 21 May 2023 01:02:49 +0100 Subject: Apply CRLF to dist/LICENCE.windows in EditorConfig Now that Neovim has built in EC handling, opening this file causes the editor to want to write it back out in Unix format, and it seems likely enough that other editors may do the same. Ensure that this file's (incorrect!!!) line endings are preserved, as this is done to make sure that end users can always read the file without any issues, no matter what terrible Windows text editor they may have chosen to use (although even Notepad handles LF just fine these days, it's better to be safe). --- .editorconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.editorconfig b/.editorconfig index 1953ba8..1ef569f 100644 --- a/.editorconfig +++ b/.editorconfig @@ -9,3 +9,6 @@ indent_size = 4 [*.{bat,cmd}] end_of_line = crlf + +[dist/LICENCE.windows] +end_of_line = crlf -- cgit v1.2.3