question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Separate concept of brackets/braces

See original GitHub issue

See example here:

https://jlongster.github.io/prettier/#{“content”%3A"const aList %3D [1%2C 2%2C 3]%3B\nconst anObj %3D { a%3A ‘b’%2C c%3A ‘d’}“%2C"options”%3A{“printWidth”%3A80%2C"tabWidth"%3A2%2C"singleQuote"%3Afalse%2C"trailingComma"%3Afalse%2C"bracketSpacing"%3Atrue}}

The default airbnb rules require no spaces directly inside brackets (see https://github.com/airbnb/javascript#whitespace--in-brackets) and a space inside curly braces (see https://github.com/airbnb/javascript#whitespace--in-braces). It would be nice to have separate bracket-spacing and curly-brace-spacing options to allow similar flexibility.

I’m surprised I couldn’t find an existing issue for this, as it must be causing eslint conflicts for a lot of projects. Maybe I just missed it?

Issue Analytics

  • State:closed
  • Created 7 years ago
  • Reactions:2
  • Comments:14 (13 by maintainers)

github_iconTop GitHub Comments

8reactions
vjeuxcommented, Jan 24, 2017

I created #446 to remove spacing inside of []

7reactions
jlongstercommented, Jan 19, 2017

BTW, I’m open to never adding spaces with square brackets if that’s how most people want it, disregarding the bracket spacing option.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Orthodontic Brackets (Braces): How do They Work?
Orthodontic brackets have different components including a “slot” to hold the wires and “wings” and “hooks” to hold ties or other attachments such...
Read more >
Parentheses, Braces & Brackets in Math - Study.com
Parentheses, brackets, and braces are ways of separating parts of a mathematical expression from one another, and they all look quite similar.  ......
Read more >
Braces and Bracket | Music Notation and Engraving
Brackets separate sections in a large score, and they are also employed in two-staff duets, chorals, and other various types of music.
Read more >
Braces: Their Parts And Use
Orthodontic brackets are secured to the teeth using bonding cement. These brackets have built-in features to control the movement and angle of ...
Read more >
Parts of Braces — Paul S. Burkey D.D.S., M.S., P.C.
Brackets · Clear Brackets · Bands · Archwire · Power & Energy Chain · O-Rings · Elastics (Rubber Bands) · Separator.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found