diff options
author | Gregory Anders <8965202+gpanders@users.noreply.github.com> | 2023-08-23 08:10:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-08-23 08:10:14 -0500 |
commit | e16a7abf59e3f1959d01a0c73c691d4a6ffd5e0c (patch) | |
tree | 7917f05b4506ccbd67c7bd89c53b936f64220fb4 /script/provider/provider.lua | |
parent | 6c934845ad891f2e279ed96ffb0a163994e3729b (diff) | |
download | lua-language-server-e16a7abf59e3f1959d01a0c73c691d4a6ffd5e0c.zip |
Do not use off-spec value for end_of_line
The [EditorConfig specification](https://spec.editorconfig.org/#supported-pairs) does not support "auto" as a value for "end_of_line". EditorConfig implementations which adhere to the specification (such as Neovim) will either ignore this value or, worse, show a warning or error to the user. Simply omitting `end_of_line` will use the default end of line value for the platform.
Git (and other source control tools) can handle translating end of line characters between Windows and Unix platforms. The `end_of_line` option is there _only_ when you want to maintain a strict end of line character *across* platforms.
Diffstat (limited to 'script/provider/provider.lua')
0 files changed, 0 insertions, 0 deletions