yanwsh / videojs-panorama

a plugin for videojs run a full 360 degree panorama video.
http://yanwsh.github.io/videojs-panorama/
Other
488 stars 160 forks source link

Fix editorconfig to match code style #6

Closed HuiJun closed 8 years ago

HuiJun commented 8 years ago

Not sure why there's an editorconfig file when it's not even being used, but these settings seem to match the actual code style.

yanwsh commented 8 years ago

yes, this file define and maintain consistent coding styles between different editors and IDEs. Check here for detail: http://editorconfig.org/

HuiJun commented 8 years ago

Yeah, my IDE was overriding my styles fine but it was defined as 2 spaces and trailing newline, and your files were using 4 spaces and no trailing newline. lol