diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 00000000..1cc52a73
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,39 @@
+root = true
+
+[*]
+end_of_line = LF
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true
+
+[*.sln]
+indent_style = tab
+# TODO Determine if there is a preferred tab width for this file type
+
+# Programming/Scripts
+[*.{js,ts}]
+indent_style = space
+indent_size = 4
+
+[*.cpp]
+indent_style = tab
+# TODO Determine if there is a preferred tab width for this file type
+
+# Markup
+[*.pug]
+indent_style = space
+indent_size = 4
+
+# Stylesheets
+[*.scss]
+indent_style = space
+indent_size = 4
+
+# Data Files
+[*.json]
+indent_style = space
+indent_size = 2
+
+[*.{yaml,yml}]
+indent_style = space
+indent_size = 2
diff --git a/tabby-community-color-schemes/.editorconfig b/tabby-community-color-schemes/.editorconfig
new file mode 100644
index 00000000..d4db951e
--- /dev/null
+++ b/tabby-community-color-schemes/.editorconfig
@@ -0,0 +1,3 @@
+[schemes/*]
+indent_style = space
+indent_size = 15