diff --git a/languages/c.editor_config b/languages/c.editor_config
index 050691cfff76e3fd5d1e81a31eaf48828da9b6a1..71375f506accd4b98de17df3277917ceb7203dfe 100644
--- a/languages/c.editor_config
+++ b/languages/c.editor_config
@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
  # Tab styles that should be four spaces per tab.
  # Most languages will fall under this.
  ##
-[*.{c,cc,cpp,h,json,md,o}]
+[*.{c,cc,cpp,h,json,md,o,sh,yaml}]
 indent_size = 4
 
 
diff --git a/languages/c_sharp.editorconfig b/languages/c_sharp.editorconfig
index 34d9aecd09ae72e787a60a58c86041cec0cb36b3..e2ed6914f12845ddb748156645aa7124d36fb2b4 100644
--- a/languages/c_sharp.editorconfig
+++ b/languages/c_sharp.editorconfig
@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
  # Tab styles that should be four spaces per tab.
  # Most languages will fall under this.
  ##
-[*.{cs,json,md,xml}]
+[*.{cs,json,md,sh,yaml,xml}]
 indent_size = 4
 
 
diff --git a/languages/python.editorconfig b/languages/python.editorconfig
index 4af77b17bbe81191daaa75b95c469f09ec6b5d0b..e7d07493f86d98e046e3af7e48213a9554233c82 100644
--- a/languages/python.editorconfig
+++ b/languages/python.editorconfig
@@ -26,7 +26,7 @@ trim_trailing_whitespace = true
  # Tab styles that should be four spaces per tab.
  # Most languages will fall under this.
  ##
-[*.{json,md,py}]
+[*.{json,md,py,sh,yaml}]
 indent_size = 4