lsp-progress.nvim/.editorconfig
linrongbin16 2032169287
perf(data source): support 'LspProgress' event in v0.10 (#109)
docs(install): update installation and integration
2024-01-11 10:55:27 +08:00

9 lines
152 B
INI

root = true
[*.lua]
end_of_line = lf
insert_final_newline = false
charset = utf-8
trim_trailing_whitespace = true
indent_style = space
indent_size = 2