Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JS and CSS indentation not working as per the instructions #106

Open
vincent-olivert-riera opened this issue Aug 31, 2020 · 0 comments
Open

Comments

@vincent-olivert-riera
Copy link

vincent-olivert-riera commented Aug 31, 2020

From the instructions:

4f130d5e-ff6e-11e5-87a5-4fbd0008b475

As you can see there is no indentation immediately after the <script> tag, so the top level JS code starts from the very first column.
However, for me, it forces an indentation to make the code look like this:

<script>
  import Counter from './components/counter.vue'
  ...
</script>

The same happens for CSS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant