jscs-dev / node-jscs

:arrow_heading_up: JavaScript Code Style checker (unmaintained)
https://jscs-dev.github.io
MIT License
4.96k stars 513 forks source link

Update airbnb preset braces/bracket spacing #2025

Closed fnwbr closed 8 years ago

fnwbr commented 8 years ago

Airbnb added the following:

18.10 Do not add spaces inside brackets.

and

18.11 Add spaces inside curly braces.

markelog commented 8 years ago

Thank you!