joshkunz / ashuffle

Automatic library-wide shuffle for mpd.
MIT License
76 stars 11 forks source link

Maybe add an EditorConfig file #63

Open brainpower opened 4 years ago

brainpower commented 4 years ago

In regards to formatting/style like it's specified in PR #62:

An .editorconfig file could define some of the style in a machine readable format, so editors or IDEs with support for this (most have plugins) can load their settings from there and developers won't have to change settings by hand.

These definitions include tabs vs. spaces, how many spaces for indents and more, See: https://editorconfig.org/

joshkunz commented 4 years ago

Took a look at this. It doesn't look like EditorConfig has a lot of options, so I'm not sure how helpful it would be. That said it seems widely supported, I'm not opposed. Adding this to the backlog.