Create editorconfig file for automatic format detecting

Change-Id: I44b36c2d6ef53d7297a8d833f394dee48a2bfc0a
Reviewed-on: https://git.clicks.codes/c/Chimera/NixFiles/+/573
Tested-by: Samuel Shuert <coded@clicks.codes>
Reviewed-by: Skyler Grey <minion@clicks.codes>
diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c5d929d
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,13 @@
+[*]
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+
+[*.nix]
+indent_size = 2
+
+[*.sh]
+indent_size = 4
+
+[*.css]
+indent_size = 4