Having sqlc.(yaml|yml) almost takes up as many characters on the page as it saves, but more importantly, it makes it so that I can't just copy sqlc.yaml (or sqlc.yml) and get to work.
This change enumerates the two to simplify reading, search indexing, and copying of the filename.
Having
sqlc.(yaml|yml)
almost takes up as many characters on the page as it saves, but more importantly, it makes it so that I can't just copysqlc.yaml
(orsqlc.yml
) and get to work.This change enumerates the two to simplify reading, search indexing, and copying of the filename.