editor configs?

This commit is contained in:
creations 2024-12-21 21:03:32 -05:00
parent a744ea6dcb
commit 5b6c992043
No known key found for this signature in database
GPG key ID: 35E9C06C9A9C8FEF
3 changed files with 15 additions and 0 deletions

12
.editorconfig Normal file
View file

@ -0,0 +1,12 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
indent_style = tab
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

1
.gitattributes vendored Normal file
View file

@ -0,0 +1 @@
* text=auto eol=lf

2
.gitignore vendored Normal file
View file

@ -0,0 +1,2 @@
/node_modules
bun.lockb