editorconfig-defaults icon indicating copy to clipboard operation
editorconfig-defaults copied to clipboard

Add "JavaScript Standard Style"

Open ffes opened this issue 8 years ago • 0 comments

In https://github.com/editorconfig/editorconfig/issues/331 the websites https://standardjs.com/ and https://github.com/standard/standard are mentioned.

Not sure how broad that is supported by the general JavaScript community, but at least worth taken a look at.

My first impression is that all we can take from is the first line in "The Rules"

indent_style = space
indent_size = 2

ffes avatar Nov 16 '17 15:11 ffes