summaryrefslogtreecommitdiff
path: root/javascript/videojs/.editorconfig
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/videojs/.editorconfig')
-rw-r--r--javascript/videojs/.editorconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/javascript/videojs/.editorconfig b/javascript/videojs/.editorconfig
new file mode 100644
index 0000000..d36ec32
--- /dev/null
+++ b/javascript/videojs/.editorconfig
@@ -0,0 +1,11 @@
+# editorconfig.org - unify code style
+# plugins for text editors: editorconfig.org/#download
+root = true
+
+[*]
+indent_style = space
+indent_size = 2
+end_of_line = lf
+charset = utf-8
+trim_trailing_whitespace = true
+insert_final_newline = true \ No newline at end of file