commit | c24fc8ea32ef1a6f181e9dcf41104fbcfb3e09c6 | [log] [tgz] |
---|---|---|
author | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 11:27:53 2022 +0100 |
committer | Skyler Grey <skyler3665@gmail.com> | Thu Aug 11 11:27:53 2022 +0100 |
tree | 3ce7bf47f96904c9116ef40bb509b80e66c2b521 | |
parent | a637b856767f388b1c9b461c4b23dd9c4fae7047 [diff] [blame] |
Add editorconfig to improve formatting consistency
diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 0000000..a3284ca --- /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 = 120