summaryrefslogtreecommitdiffhomepage
path: root/.editorconfig
AgeCommit message (Collapse)Author
2023-05-21Apply CRLF to dist/LICENCE.windows in EditorConfigMichael Smith
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).
2021-11-20Initial public snapshotMichael Smith
With code from Bill. Thanks Bill!