chore: add codestyle-check option to luals-check.sh

This commit is contained in:
Alexander Courtis
2025-03-22 12:34:19 +11:00
parent bb46ca0c4d
commit e02ba60bb4
3 changed files with 22 additions and 6 deletions

View File

@@ -7,7 +7,9 @@ end_of_line = lf
[nvim-tree-lua.txt]
max_line_length = 78
# keep these in sync with .luarc.json so that lua-language-server may check/apply standalone
# keep these in sync with .luarc.json
# .editorconfig is used within nvim, overriding .luarc.json
# .luarc.json is used by style check
[*.lua]
indent_style = space
max_line_length = 140