coala / coala-html

Interactive website generator using results from coala
GNU Affero General Public License v3.0
17 stars 41 forks source link

Add .editorconfig file #129

Open co-robo opened 6 years ago

co-robo commented 6 years ago

label: difficulty/newcomer Opened by @mohitkyadav at Gitter

radonys commented 6 years ago

@satwikkansal What all properties should be there in the ".editorconfig" file?

satwikkansal commented 6 years ago

Available properties: https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties

You can take hints from https://github.com/coala/coala/blob/master/.editorconfig

Also, some of the properties may overlap with those used in the .coafile (https://github.com/coala/coala-bears/blob/master/.coafile)

sambhavkaul commented 5 years ago

Can I work on this issue if its still open and no one is working on this ?

li-boxuan commented 5 years ago

Use moban to sync from the global template. See https://github.com/coala/coala/issues/5875

Naveenaidu commented 5 years ago

@li-boxuan This repository hasn't been mobanised yet, it missed a moban.yaml file. Shouldn't this be made into a entirely new issue of creating this repository compatible with moban and IMHO this issue must be blocked until that is solved.

sambhavkaul commented 5 years ago

@li-boxuan You can block this until a new issue regarding moban.yaml is resolved. I will continue this after that is done.