From 08ae502fb9c4657ac94cba2416ddd0394c221b2d Mon Sep 17 00:00:00 2001
From: ChrisBrownie55 <chbphone55@gmail.com>
Date: Tue, 8 Dec 2020 19:09:53 -0600
Subject: [PATCH] editorconfig

---
 .editorconfig | 7 +++++++
 1 file changed, 7 insertions(+)
 create mode 100644 .editorconfig

diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..20bab54
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,7 @@
+# Unix-style newlines with a newline ending every file
+[*]
+end_of_line = crlf
+insert_final_newline = true
+indent_style = tab
+indent_size = 2
+tab_width = 2