live-server.nvim/.editorconfig
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

9 lines
107 B
INI

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