commit | 4ec845c792711dc756ca7936de86cde32cee97b3 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:21:50 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Sat Aug 06 10:42:44 2022 +0100 |
tree | 0557ecd3dc09656242eea397451784a3278ad4a7 | |
parent | bd02b4a18fec04f26fdc0beaf19e2f2e763e426d [diff] [blame] |
Update code formatting & linting tools again
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..9141329 --- /dev/null +++ b/.editorconfig
@@ -0,0 +1,8 @@ +root = true + +[*] +end_of_line = lf +insert_final_newline = true +charset = utf-8 +indent_style = space +indent_size = 4