trackawesomelist / trackawesomelist-source

Track Awesome List Source Code, build with Deno.
https://www.trackawesomelist.com
GNU Affero General Public License v3.0
73 stars 37 forks source link

style: add editorconfig file with config.yml styling #26

Closed virtualroot closed 5 months ago

virtualroot commented 5 months ago

EditorConfig helps maintain consistent coding styles for multiple developers working on the same project across various editors and IDEs.

Remove trailing whitespace in config.yml and avoid future recurrence with .editorconfig.

theowenyoung commented 5 months ago

Thanks very much.