From 1e7223cd91786d8b7a373101847f1aba65c18dbc Mon Sep 17 00:00:00 2001 From: Caleb Maclennan Date: Tue, 23 Sep 2025 14:18:41 -0600 Subject: fix(stylua): include EditorConfig as a root marker #4094 --- lsp/stylua.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lsp/stylua.lua') diff --git a/lsp/stylua.lua b/lsp/stylua.lua index 79c12af5..33f76088 100644 --- a/lsp/stylua.lua +++ b/lsp/stylua.lua @@ -8,5 +8,5 @@ return { cmd = { 'stylua', '--lsp' }, filetypes = { 'lua' }, - root_markers = { '.stylua.toml', 'stylua.toml' }, + root_markers = { '.stylua.toml', 'stylua.toml', '.editorconfig' }, } -- cgit v1.2.3-70-g09d2