ricardofbarros / linter-js-standard

Atom linter plugin for JavaScript, using JavaScript Standard Style
https://atom.io/packages/linter-js-standard
MIT License
99 stars 48 forks source link

Proposal of additional standard #142

Closed hanakin closed 8 years ago

hanakin commented 8 years ago

Hey guys love the package my only issue with these standards (which are great by the way), and the one rule i feel should be configurable is the spacing of indent this should always be an option.

This is a global programming concern as we often mix various languages often, some of which require 2 spaces and some of which require 4 spaces, others hat require hard tabs.

since there is a format for 2 spaces and hard tabs I made a version with 4 space soft tabs to meet this need.

https://github.com/hanakin/sane-format

please consider adding it to the package thks

ricardofbarros commented 8 years ago

Hey @hanakin I think we should stop with this madness of creating custom standard that only change a small set of rules. I would suggest you to use xo as you can configure the spaces.