TGMPA / TGM-Plugin-Activation

TGM Plugin Activation is a PHP library that allows you to easily require or recommend plugins for your WordPress themes (and plugins). It allows your users to install, update and even automatically activate plugins in singular or bulk fashion using native WordPress classes, functions and interfaces. You can reference bundled plugins, plugins from the WordPress Plugin Repository or even plugins hosted elsewhere on the internet.
http://tgmpluginactivation.com/
GNU General Public License v2.0
1.76k stars 429 forks source link

editorconfig: Be a little more specific #674

Closed GaryJones closed 7 years ago

GaryJones commented 7 years ago

Use file extensions to be a little more specific with configuration.

GaryJones commented 7 years ago

This is the latest version of the standard .editorconfig I put in all my WP plugins and themes - it has no effect on the code logic itself, and only adjusts the code style in editors that support EditorConfig. It's a safe PR.

jrfnl commented 7 years ago

Figured as much, I'm happy for it to be merged.