diff --git a/.editorconfig b/.editorconfig
index 70e4feccb4091cb1b460e3470da95eff40cd2a3a..07851b99c08b571b0523e4b33a8955d3a5b85a96 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -29,6 +29,11 @@ max_line_length = 80
 [*.{yaml,yml}]
 indent_size = 2
 
+# NEON-Files
+[*.neon]
+indent_size = 2
+indent_style = tab
+
 # package.json
 [package.json]
 indent_size = 2