Initial commit

This commit is contained in:
JackbyDev 2024-09-11 13:14:14 -04:00
commit 900de1300e
3 changed files with 24 additions and 0 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
root = true
[*]
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.md]
trim_trailing_whitespace = true # Use trailing backslash for newlines
[*.{bat, cmd, ps1}]
charset = latin1
end_of_line = crlf
[*.{sh, bash}]
end_of_line = lf

8
.gitattributes vendored Normal file
View File

@ -0,0 +1,8 @@
* text=auto
*.bat text eol=crlf
*.cmd text eol=crlf
*.ps1 text eol=crlf
*.sh text eol=lf
*.bash text eol=lf

0
.gitignore vendored Normal file
View File