microsoft / codetour

VS Code extension that allows you to record and play back guided tours of codebases, directly within the editor.
https://aka.ms/codetour
MIT License
4.34k stars 109 forks source link

feat: add basic `.editorconfig` #241

Closed daiyam closed 1 year ago

daiyam commented 2 years ago

This PR is adding a basic .editorconfig.

lostintangent commented 2 years ago

I use Prettier for this project, and I think it handles most of the same formatting settings as this file? Since I'm the only maintainer of this project, and don't actually use editorconfig, I'd just be a little worried about introducing something that's unlikely to be organically maintained. So I wonder if Prettier is sufficient?

lostintangent commented 1 year ago

Closing per the aforementioned comment.