summaryrefslogtreecommitdiffstats
path: root/admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig')
-rw-r--r--admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig b/admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig
new file mode 100644
index 0000000..4a017bc
--- /dev/null
+++ b/admin/survey/minify/vendor/mrclay/jsmin-php/.editorconfig
@@ -0,0 +1,19 @@
+# top-most EditorConfig file
+root = true
+
+[*]
+charset = utf-8
+end_of_line = lf
+
+; temporary
+trim_trailing_whitespace = false
+
+[*.php]
+indent_style = space
+indent_size = 4
+insert_final_newline = true
+
+[vendor/**]
+; Use editor default (possible autodetection).
+indent_style =
+indent_size =