Skip to content

Copy additional user defined files

Compare
Choose a tag to compare
@luni64 luni64 released this 24 Apr 07:02
· 33 commits to master since this release
d17cdea

New features:
Allows to define additional static files which will be copied to the project folder. This is useful if, for example, you want to always have a .clang-format file copied to your projects.

By default the .gitignore and clang-format from the VisualTeensy folder are copied to the project. Of course you can change or remove them according to your requirements.

image