commit | 0409e46f549e4fdd0f6b866d1d966760ad51cda3 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Fri Aug 19 23:40:48 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Fri Aug 19 23:40:48 2022 +0100 |
tree | 3a7b4a4d4fda202d22865a8167c39f294369b78c | |
parent | cfee09626764511e2772332bd0154b1dcb743288 [diff] [blame] |
Create a basic repo outline
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..56c2916 --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,9 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4 +max_line_length = 80