feat: initial commit

This commit is contained in:
devclyde 2022-06-22 22:30:16 -03:00
commit 775823c8b1
No known key found for this signature in database
GPG Key ID: 02F8BEF064CD42DC
2 changed files with 17 additions and 0 deletions

11
.editorconfig Normal file
View File

@ -0,0 +1,11 @@
root = true
[*]
charset = utf-8
indent_style = space
insert_final_newline = true
trim_trailing_whitespace = true
[*.{lua,json,toml}]
indent_style = space
indent_size = 2

6
.stylua.toml Normal file
View File

@ -0,0 +1,6 @@
column_width = 80
line_endings = "Unix"
indent_type = "Spaces"
indent_width = 4
quote_style = "AutoPreferSingle"
call_parentheses = "Always"