Quantcast
Channel: Active questions tagged visual-studio-code - Stack Overflow
Viewing all articles
Browse latest Browse all 97355

Can VSCode shows spaces for me and tabs for a colleague?

$
0
0

Our repo has indent with 2 spaces. My colleague prefers tabs. Can VSCode does a conversions to tabs while opening a file?

I've tried EditorConfig extension for VSCode but it doesn't format a file on open. The file is opened with 2 spaces even if I have this .editorconfig:

[*]
indent_style = tabs
indent_size = 4

Note: We use Prettier in pre-commit hook to format everything.


Viewing all articles
Browse latest Browse all 97355

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>