add gitignore and stylua

This commit is contained in:
Ray Andrew 2024-08-07 20:33:19 -05:00
parent 2d1ddb49b5
commit 06ab884fb2
No known key found for this signature in database
2 changed files with 13 additions and 0 deletions

7
.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
tags
test.sh
.luarc.json
nvim
spell/
lazy-lock.json

6
.stylua.toml Normal file
View file

@ -0,0 +1,6 @@
column_width = 160
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 2
quote_style = "AutoPreferSingle"
call_parentheses = "None"