Add the root directory dot files

This commit is contained in:
Jackson Harper
2022-02-11 09:56:51 -08:00
parent d05c4afec4
commit b19115d138
8 changed files with 193 additions and 0 deletions

15
.editorconfig Normal file
View File

@ -0,0 +1,15 @@
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
# Unix-style newlines with a newline ending every file
[*]
end_of_line = lf
insert_final_newline = true
# 2 space indentation
[*.{ts,js}]
indent_style = space
indent_size = 2