summaryrefslogtreecommitdiff
path: root/script/provider/provider.lua
diff options
context:
space:
mode:
authorGregory Anders <8965202+gpanders@users.noreply.github.com>2023-08-23 08:10:14 -0500
committerGitHub <noreply@github.com>2023-08-23 08:10:14 -0500
commite16a7abf59e3f1959d01a0c73c691d4a6ffd5e0c (patch)
tree7917f05b4506ccbd67c7bd89c53b936f64220fb4 /script/provider/provider.lua
parent6c934845ad891f2e279ed96ffb0a163994e3729b (diff)
downloadlua-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