Skip to content

Commit

Permalink
feat: add Makefile and stylua.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
vhyrro committed Aug 24, 2023
1 parent 3d9e215 commit 6e4eb7c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
format:
stylua -v --verify lua/rocks/

check:
luacheck lua/
6 changes: 6 additions & 0 deletions stylua.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
column_width = 120
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferDouble"
no_call_parentheses = false

0 comments on commit 6e4eb7c

Please sign in to comment.