zlant / parking-lanes

Parking lanes viewer from OpenStreetMap
https://zlant.github.io/parking-lanes/
MIT License
77 stars 13 forks source link

Create .editorconfig #77

Closed tordans closed 2 years ago

tordans commented 2 years ago

This makes sure code formatter follow existing formatting styles.

I had to turn of most of my auto formatting for this project and with this I can turn on a bit again.

More at https://editorconfig.org/. For VSCode use https://marketplace.visualstudio.com/items?itemName=EditorConfig.EditorConfig.


While being on this topic, what are your thoughts on adding Prettier?