Che

Results 4 comments of Che

@Josh-Cena. thanks for checking out the issue. In the context of CRA it doesn't work as its suppose to. please check out. https://github.com/facebook/create-react-app/blob/bb64e31a81eb12d688c14713dce812143688750a/packages/react-scripts/config/modules.js#L136 https://github.com/facebook/create-react-app/blob/bb64e31a81eb12d688c14713dce812143688750a/packages/react-scripts/config/webpack.config.js#L348

@NobbZ i'm sure its not. I had an issue sometime ago with the configuration when i tried changing it to ```4``` but that was ineffective then i read to source...

@axelson if you insist ```editor.tabSize``` should be set then who does the formatting then?. VSCode will not format a file but rather provide indentation while typing, and even if you...

> If the user wants to use a custom editor.tabSize then it is up to the user to do the formatting in that case, either manually or with another extension....