summaryrefslogtreecommitdiff
path: root/vendor/webmozart/assert/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/webmozart/assert/.editorconfig')
-rw-r--r--vendor/webmozart/assert/.editorconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/vendor/webmozart/assert/.editorconfig b/vendor/webmozart/assert/.editorconfig
new file mode 100644
index 000000000..384453bfb
--- /dev/null
+++ b/vendor/webmozart/assert/.editorconfig
@@ -0,0 +1,12 @@
+root = true
+
+[*]
+charset=utf-8
+end_of_line=lf
+trim_trailing_whitespace=true
+insert_final_newline=true
+indent_style=space
+indent_size=4
+
+[*.yml]
+indent_size=2