tueda / makefile4latex

A GNU Makefile for typesetting LaTeX documents.
MIT License
26 stars 3 forks source link

EditorConfig #44

Open tueda opened 6 months ago

tueda commented 6 months ago

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