How do I configure indent sizes for different files?
Answered
When I was developing in the go language, the default indentation was 4 Spaces, but after creating a new vue file, the indentation was still 4 Spaces, and I wanted to indent the vue file to 2 Spaces separately.
Please sign in to leave a comment.
Fleet uses .editorconfig as a code style configuration and formatting rules. So you can configure it in .editorconfig file for different file types.