Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

15 lines (12 loc) · 297 Bytes

ide-tools

Tools for working with Toit in different IDEs

Development

To have automatic checks for copyright and MIT notices, run

$ git config core.hooksPath .githooks

If a file doesn't need a copyright/MIT notice, use the following to skip the check:

git commit --no-verify