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
Can we use EditorConfig to pass -y 'defaultIndent: "..."' to latexindent? (See also #22.) To this, we need to extract the values of indent_style and indent_size for target files, which may be difficult for POSIX shell script if the section is written with brace expansion notation:
[*.{tex,sty}]
indent_style = spaceindent_size = 4
The text was updated successfully, but these errors were encountered:
Can we use EditorConfig to pass
-y 'defaultIndent: "..."'
tolatexindent
? (See also #22.) To this, we need to extract the values ofindent_style
andindent_size
for target files, which may be difficult for POSIX shell script if the section is written with brace expansion notation:The text was updated successfully, but these errors were encountered: