We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have set warnings for indentations, but I'm trying to figure out an 'initial indentation' of 2 instead of 0. But I can't seem to find it.
Currently, it's throwing a warning/error with this set up (and this is the way I want it to be):
indentation Expected indentation of 0 space but found 2.
<style lang="scss" scoped> @import "/example"; @import "/example2"; </style>
I get no warnings or errors when I edit the piece of code to be like this:
How can I set an "initial" indentation inside the <style> tag?
I currently have this config:
rules: indentation: - 2 - size: 2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have set warnings for indentations, but I'm trying to figure out an 'initial indentation' of 2 instead of 0. But I can't seem to find it.
Currently, it's throwing a warning/error with this set up (and this is the way I want it to be):
I get no warnings or errors when I edit the piece of code to be like this:
How can I set an "initial" indentation inside the <style> tag?
I currently have this config:
The text was updated successfully, but these errors were encountered: