feat: add initial editorconfig configuration file

sudoforge created

Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51

Change summary

.editorconfig | 8 ++++++++
1 file changed, 8 insertions(+)

Detailed changes

.editorconfig 🔗

@@ -0,0 +1,8 @@
+# Ref: https://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true