joexn / LegacyCSS

Legacy CSS - Modern and Lightweight CSS Framework
Other
46 stars 7 forks source link

.editorconfig file #54

Closed nloveladyallen closed 8 years ago

nloveladyallen commented 8 years ago

editorconfig is a shared config file for editors. Tons of editors support it out of the box or have user-made plugins.

joexn commented 8 years ago

What exactly is this? What does it do exactly?

nloveladyallen commented 8 years ago

If your editor supports it (out of the box or via plugin), it will set your settings to those specified in the file. Per-project .editorconfigs avoids issues like editors trying to enforce the user's global settings instead of the project's.

joexn commented 8 years ago

How well is it supported?

nloveladyallen commented 8 years ago

Most reasonably popular editors have plugins to support it. There's a list on their website: http://editorconfig.org

joexn commented 8 years ago

Okay, I'll merge this after I've found out what the issue to #53 is.