bocoup / blocks-capacity-planner

An airtable block for matching supply to demand in an airtable base.
MIT License
3 stars 3 forks source link

Introduce an editorconfig #39

Closed rmeritz closed 4 years ago

rmeritz commented 4 years ago

The editorconfig file alerts editors to the desired indentation conventions for the project. Plugins exist for many editors.

The goal is to match what we have configured for ESlint: four space indentation, using spaces not tabs. Additionally we mandate the typical unix conventions: newline is \n, and the final line ends with a newline.