ionide / Waypoint

Opinionated solution template for building F# OSS libraries and tools.
https://ionide.io/Libraries/waypoint.html
MIT License
75 stars 13 forks source link

Add .editorconfig and fantomas-config.json #1

Open cmeeren opened 4 years ago

cmeeren commented 4 years ago

Since Waypoint is opinionated regarding coding style, there should be an .editorconfig and a fantomas-config.json in the project root to make IDEs that support these files (e.g. VSCode, and VS at least supports .editorconfig) automatically use the correct settings.

jbeeko commented 4 years ago

added a basic .editorconfig in PR https://github.com/ionide/Waypoint/pull/5