.editorconfig 🔗
@@ -0,0 +1,8 @@
+# Ref: https://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true
sudoforge created
Change-Id: Id08dfd59a4f2eb56f358d71c898ba9915400cf51
.editorconfig | 8 ++++++++
1 file changed, 8 insertions(+)
@@ -0,0 +1,8 @@
+# Ref: https://editorconfig.org
+
+root = true
+
+[*]
+end_of_line = lf
+insert_final_newline = true
+trim_trailing_whitespace = true