summaryrefslogtreecommitdiffstats
path: root/editor/template_builders.py
Commit message (Collapse)AuthorAgeFilesLines
* Fix not using `encoding="utf-8"` when writing to files or reading from themKusok2024-06-191-1/+1
| | | | Co-authored-by: ChristopheClaustre <christophe.claustre.31@gmail.com>
* SCons: Remove `run_in_subprocess` dependencyThaddeus Crews2024-03-111-10/+4
|
* SCons: Ensure `with` statement where applicableThaddeus Crews2024-03-101-31/+31
|
* Enforce `\n` eol for Python writesThaddeus Crews2024-03-091-1/+1
| | | | • Ensure utf-8 encoding if previously unspecified
* Improve editor template workflowfabriceci2022-01-021-0/+95
Co-Authored-By: jmb462 <jmb462@gmail.com>