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
Thanks for the plugin, but I have a problem with vue SFC file.
In the code above, I have 4 spaces for <template> and <style>, but 2 spaces for <script> tag, but the color still changes per 4 spaces in <script> tag.
The plugin is working good in .js file with 2 spaces indent size, but not in the file that with different indent size in different sections.
The text was updated successfully, but these errors were encountered:
Thanks for the plugin, but I have a problem with vue SFC file.
In the code above, I have 4 spaces for
<template>
and<style>
, but 2 spaces for<script>
tag, but the color still changes per 4 spaces in<script>
tag.The plugin is working good in
.js
file with 2 spaces indent size, but not in the file that with different indent size in different sections.The text was updated successfully, but these errors were encountered: