You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.
Why it puts 4 spaces instead 2? My coffeescript/html configured to use 2 spaces, but in vue files, it still puts 4 spaces everywhere. Thats really annoying.
The text was updated successfully, but these errors were encountered:
The plugin ignores language-specific settings. IMO each section should be formatted according to language-specific rules. So, let's say that we have 4 spaces set for JS files and 2 spaces set for SCSS files then code wrapped in <script> should be indented with 4 spaces and code wrapped with <style land="scss"> should be indented with 2 spaces.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hello,
Why it puts 4 spaces instead 2? My coffeescript/html configured to use 2 spaces, but in vue files, it still puts 4 spaces everywhere. Thats really annoying.
The text was updated successfully, but these errors were encountered: