ykdojo / editdojo

(I'm no longer working on this - currently working on https://github.com/ykdojo/defaang)
https://www.csdojo.io/edit
MIT License
333 stars 98 forks source link

Hello world working properly #10

Closed glxnull closed 5 years ago

glxnull commented 5 years ago

I added some settings for editorconfig as well.

ykdojo commented 5 years ago

Thanks. What's .editorconfig for?

glxnull commented 5 years ago

Definitions for consistent coding styles such as if you will use spaces or tabs, maximum number of characters per line, insert automatically a new line, etc https://editorconfig.org The one I made is based on the official django style https://github.com/django/django/blob/master/.editorconfig

ykdojo commented 5 years ago

Okay sounds good! Actually I already made a hello world app separately from this branch and committed it to master, so I think I'll merge the part on editorconfig separately later.