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
I have an interesting situation. In markdown I'd like to use for spaces but for code blocks (```) I need two spaces for scss. Do you have any idea how to validate this?
Now I set the .md-s to two spaces but it looks funny because the .yamllint and the .editorconfig stores two different indent size.
The text was updated successfully, but these errors were encountered:
I think you are right, the best is to simply use unset for indent_size, solves everything. I use it for HTML files under IDE folder right now and the yamllint will check the frontmetter.
@szepeviktor Viktor,
I have an interesting situation. In markdown I'd like to use for spaces but for code blocks (```) I need two spaces for scss. Do you have any idea how to validate this?
Now I set the .md-s to two spaces but it looks funny because the .yamllint and the .editorconfig stores two different indent size.
The text was updated successfully, but these errors were encountered: