aboutsummaryrefslogtreecommitdiff
path: root/thirdparty/URI.js/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'thirdparty/URI.js/.editorconfig')
-rw-r--r--thirdparty/URI.js/.editorconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/thirdparty/URI.js/.editorconfig b/thirdparty/URI.js/.editorconfig
new file mode 100644
index 000000000..778c1485c
--- /dev/null
+++ b/thirdparty/URI.js/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[**]
+charset = utf-8
+end_of_line = lf
+indent_size = 2
+indent_style = space
+insert_final_newline = true
+trim_trailing_whitespace = true