live-server.nvim/stylua.toml
Barrett Ruth 0342a892fb chore: update project configs to match cp.nvim
- Add .editorconfig
- Add .luarc.json for LSP support
- Rename .stylua.toml to stylua.toml
- Update .gitignore
2026-02-03 21:00:07 -05:00

8 lines
173 B
TOML

column_width = 100
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "Always"
[sort_requires]
enabled = true