aboutsummaryrefslogtreecommitdiff
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* Apply CRLF to dist/LICENCE.windows in EditorConfigGravatar Michael Smith 2023-05-211-0/+3
| | | | | | | | | | 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).
* Initial public snapshotGravatar Michael Smith 2021-11-201-0/+11
With code from Bill. Thanks Bill!