PolicyEngine / policyengine-us

The PolicyEngine US Python package contains a rules engine of the US tax-benefit system, and microdata generation for microsimulation analysis.
https://policyengine.org/us
GNU Affero General Public License v3.0
100 stars 174 forks source link

Consistent yaml formatter #488

Open MaxGhenis opened 2 years ago

MaxGhenis commented 2 years ago

My VS Code automatically formats yaml files e.g. to indent lists and add one space before a comment. I'm not sure if we're all using the same one which might be causing some excessive formatting changes.

MaxGhenis commented 2 years ago

I've turned off my yaml formatter by adding this to settings.json, per this article:

    "[yaml]": {
        "editor.formatOnSave": false
    },

Leaving this open as I'd still prefer to have a way to align local and cloud yaml formatting.