Hi, I have a project where some files are indent with tab and some are indent with spaces.
My personal preference is to indent with spaces, but I cannot convert each file one by one since there are too many.
Is there an easy setting where the indentation would become spaces and ignore the original file indentatoin setting?
I have tried the below setting but they are not working.
"translate_tabs_to_spaces": true,
"detect_indentation": false,