lua-language-server icon indicating copy to clipboard operation
lua-language-server copied to clipboard

New line triggered replace tab indent to spaces

Open d-enk opened this issue 1 year ago • 10 comments

How are you using the lua-language-server?

Visual Studio Code Extension (sumneko.lua)

Which OS are you using?

Linux

What is the issue affecting?

Formatting

Expected Behaviour

do nothing

Actual Behaviour

tab indent replaced to spaces

Reproduction steps

add new line

Peek 2024-05-31 15-21

Additional Notes

configuration has no effect

"Lua.format.enable": false,
"Lua.format.defaultConfig": {
  "indent_style": "tab"
},

Log File

No response

d-enk avatar May 31 '24 12:05 d-enk