willpublicmedia / npr-api-expressionengine

Access the NPR API from within ExpressionEngine.
1 stars 1 forks source link

Plugin does not follow ExpressionEngine style conventions #1

Open areynold opened 4 years ago

areynold commented 4 years ago

In GitLab by @areynold on Mar 20, 2019, 16:19

Reformat to follow ExpressionEngine style conventions. Notably, we use spaces instead of tabs, K&R-style braces, and probably windows newlines.

It's probably worth creating a .editorconfig for these.