Skip to content

Commit

Permalink
style: improve formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
littensy committed Jan 16, 2024
1 parent 5b9aa27 commit c18e887
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .luaurc
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"languageMode": "strict"
}
}
2 changes: 1 addition & 1 deletion .prettierrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
"tabWidth": 2,
"trailingComma": "all",
"useTabs": true
}
}
7 changes: 6 additions & 1 deletion scripts/analyze.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ curl -o scripts/roblox.d.lua https://raw.githubusercontent.com/JohnnyMorganz/lua

rojo sourcemap test.project.json -o sourcemap.json

luau-lsp analyze --settings=scripts/analyze-settings.json --defs=scripts/roblox.d.lua --defs=scripts/testez.d.lua --base-luaurc=.luaurc --sourcemap=sourcemap.json src
luau-lsp analyze \
--settings=scripts/analyze-settings.json \
--defs=scripts/roblox.d.lua \
--defs=scripts/testez.d.lua \
--base-luaurc=.luaurc \
--sourcemap=sourcemap.json src

rm scripts/roblox.d.lua

0 comments on commit c18e887

Please sign in to comment.