diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000000000000000000000000000000000000..ea4b346c12c70e072c2d17dd430ec55c08385747
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,10 @@
+# See https://editorconfig.org/
+root = true # top-most .editorconfig-file
+
+[*]
+tab_width = 3
+indent_style = space
+indent_size = 3
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = false
\ No newline at end of file