-
-
Notifications
You must be signed in to change notification settings - Fork 681
Provide an option of vue/html-indent to disable the indentation level of 1 #292
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
Comments
Hey, thanks for posting this proposal @rainfore :) @mysticatea what do you think about this? You worked on this rule, so you should be able to quickly estimate effort needed for such an additional setting. |
Thank you for the proposal. I can do. I'm writing |
@mysticatea I noticed |
Hey @mysticatea , I think reusing |
Tell us about your environment
Please show your full configuration:
What did you do? Please include the actual source code causing the issue.
What did you expect to happen?
What actually happened? Please include the actual, raw output from ESLint.
I don't want to indent first level node of
<template>
because it's inconsistent with that in<script>
. And sometimes I have to concat no-indentation *.html, *.js, *.css into *.vue. That means that I want they are in the same format.The text was updated successfully, but these errors were encountered: