summaryrefslogtreecommitdiffstats
path: root/vendor/stripe/stripe-php/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/stripe/stripe-php/.editorconfig')
-rw-r--r--vendor/stripe/stripe-php/.editorconfig40
1 files changed, 20 insertions, 20 deletions
diff --git a/vendor/stripe/stripe-php/.editorconfig b/vendor/stripe/stripe-php/.editorconfig
index 174e912..0735798 100644
--- a/vendor/stripe/stripe-php/.editorconfig
+++ b/vendor/stripe/stripe-php/.editorconfig
@@ -1,20 +1,20 @@
-; https://editorconfig.org/
-
-root = true
-
-[*]
-indent_style = space
-indent_size = 4
-insert_final_newline = true
-trim_trailing_whitespace = true
-end_of_line = lf
-charset = utf-8
-
-[*.{json,yml}]
-indent_size = 2
-
-[*.neon]
-indent_style = tab
-
-[Makefile]
-indent_style = tab
+; https://editorconfig.org/
+
+root = true
+
+[*]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+trim_trailing_whitespace = true
+end_of_line = lf
+charset = utf-8
+
+[*.{json,yml}]
+indent_size = 2
+
+[*.neon]
+indent_style = tab
+
+[Makefile]
+indent_style = tab