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
{{ message }}
This repository has been archived by the owner on May 5, 2021. It is now read-only.
I've been having problems with indentation in the code snippet preview and to fix this I have to pass preventIndent as an option into the Handlebars compile method.
is it possible to pass options via the gruntfile/gulpfile?
Orginal
Without preventIndent=true and beautifier.indent_with_tabs= true
With preventIndent=true and beautifier.indent_with_tabs= true
The text was updated successfully, but these errors were encountered:
I've been having problems with indentation in the code snippet preview and to fix this I have to pass preventIndent as an option into the Handlebars compile method.
is it possible to pass options via the gruntfile/gulpfile?
Orginal
Without preventIndent=true and beautifier.indent_with_tabs= true
With preventIndent=true and beautifier.indent_with_tabs= true
The text was updated successfully, but these errors were encountered: