diff options
Diffstat (limited to 'extlib/videojs-resolution-switcher/.editorconfig')
-rw-r--r-- | extlib/videojs-resolution-switcher/.editorconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/extlib/videojs-resolution-switcher/.editorconfig b/extlib/videojs-resolution-switcher/.editorconfig new file mode 100644 index 00000000..e717f5eb --- /dev/null +++ b/extlib/videojs-resolution-switcher/.editorconfig @@ -0,0 +1,13 @@ +# http://editorconfig.org +root = true + +[*] +indent_style = space +indent_size = 2 +end_of_line = lf +charset = utf-8 +trim_trailing_whitespace = true +insert_final_newline = true + +[*.md] +trim_trailing_whitespace = false |