1
0
mirror of https://github.com/pratiktri/dotfiles.git synced 2026-05-06 19:43:40 +05:30

fix(vscode): Use "sumneko" for lua formatting

This commit is contained in:
Pratik Tripathy
2025-06-12 13:15:06 +05:30
parent 1348574a13
commit 67f717146f
+1 -1
View File
@@ -181,7 +181,7 @@
"editor.defaultFormatter": "foxundermoon.shell-format" "editor.defaultFormatter": "foxundermoon.shell-format"
}, },
"[lua]": { "[lua]": {
"editor.defaultFormatter": "JohnnyMorganz.stylua" "editor.defaultFormatter": "sumneko.lua"
}, },
// Better Comments // Better Comments