DevChatter / DevChatterBot

MIT License
55 stars 28 forks source link

Adding .editorconfig. This pull request resolves #88 as there already is a .gitattributes #97

Closed asyncawake closed 6 years ago

asyncawake commented 6 years ago

I shamelessly copied this .editorconfig from Rehan Saeed on github. https://github.com/RehanSaeed/EditorConfig/blob/master/.editorconfig

I am not able to check even the most basic of these at the moment, other than maybe "indent_size = 4" @benrick, maybe you can review the first 10 rules or so (and comment out or erase the rest if it's too much to review) and then we have a start to work from or perhaps you have an .editorconfig ready that you use for your projects. I assume we'll most likely follow your preferences anyway, rather than voting.

benrick commented 6 years ago

Yep, since I'm the one that has to code it live on stream, I think I'll agree and say we'll primarily do my style. 🤣

benrick commented 6 years ago

This should fix #88

asyncawake commented 6 years ago

Thanks for taking the time to edit this. It'll be useful for me to learn good standards.