summaryrefslogtreecommitdiff
path: root/vendor/jonahgeorge/jaeger-client-php/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/jonahgeorge/jaeger-client-php/.editorconfig')
-rw-r--r--vendor/jonahgeorge/jaeger-client-php/.editorconfig16
1 files changed, 16 insertions, 0 deletions
diff --git a/vendor/jonahgeorge/jaeger-client-php/.editorconfig b/vendor/jonahgeorge/jaeger-client-php/.editorconfig
new file mode 100644
index 000000000..1492202b4
--- /dev/null
+++ b/vendor/jonahgeorge/jaeger-client-php/.editorconfig
@@ -0,0 +1,16 @@
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+insert_final_newline = true
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+
+[*.md]
+trim_trailing_whitespace = false
+
+[*.yml]
+indent_style = space
+indent_size = 2