summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorMichael Smith <mikesmiffy128@gmail.com>2023-05-21 01:02:49 +0100
committerMichael Smith <mikesmiffy128@gmail.com>2023-05-21 22:11:16 +0100
commit4aeba570125b2ff1ac6dfccec266b0e6463343ba (patch)
treef375b7e72d7386b972efa5bed3fe156b5055e174
parentc2bb37238d02e1634242607a9079c5033138ced7 (diff)
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).
-rw-r--r--.editorconfig3
1 files changed, 3 insertions, 0 deletions
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