AdamNiederer / AdamNiederer/vue-mode

JS and CSS indentation not working as per the instructions

Open
#106 0 comments 2 reactions 0 assignees View on GitHub
Dominant language
Emacs Lisp
Stars
341
Forks
59
PR merge metrics
No merged PRs in 30d

Description

From the instructions:

![4f130d5e-ff6e-11e5-87a5-4fbd0008b475](https://user-images.githubusercontent.com/6151586/91714597-06c4e980-eb84-11ea-8a78-72199e7b3892.png)

As you can see there is no indentation immediately after the `` 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'
...

```

The same happens for CSS.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.