gts icon indicating copy to clipboard operation
gts copied to clipboard

Indent continuation lines is not enforced?

Open saadlu opened this issue 2 years ago • 1 comments

Google's javascript style insists to have indent of 4 spaces when continuing a line:

https://google.github.io/styleguide/jsguide.html#formatting-indent

How come Google's TypeScript Style (and thereby gts) does not enforce that? Is there no such concept of that in prettier?

saadlu avatar Nov 24 '22 10:11 saadlu

Prettier has stated that there are no more options for us to put in to fix this inconsistency.

https://github.com/prettier/prettier/issues/11897

tonycoco avatar Apr 03 '24 16:04 tonycoco