Question posted in Json
Our archive of expertly curated questions and answers provides insights and solutions to common problems related to this popular data interchange format. From parsing and manipulating JSON data to integrating it with various programming languages and web services, our archive has got you covered. Start exploring today and take your JSON skills to the next level
Our archive of expertly curated questions and answers provides insights and solutions to common problems related to this popular data interchange format. From parsing and manipulating JSON data to integrating it with various programming languages and web services, our archive has got you covered. Start exploring today and take your JSON skills to the next level
2
Answers
It turned out that the project had an
.editorconfig
file in the root folder withThis was overriding all the indenting options since it was "Following the project coding conventions"
UX tip to Microsoft: make it somehow visible in the Options window that some settings are overridden.
If you leave indenting set to Smart or Block, it will match the rest of the file (or block) and ignore your choice.
To reproduce this I followed these steps:
"sss":"x",
and"js":"e"
with size 8."js"
line and hit return.