makefile4latex icon indicating copy to clipboard operation
makefile4latex copied to clipboard

EditorConfig

Open tueda opened this issue 2 years ago • 0 comments

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 = space
indent_size = 4

tueda avatar Jan 07 '24 04:01 tueda