1
0
mirror of https://github.com/arduino/library-registry.git synced 2025-08-08 20:02:10 +03:00
Commit Graph

2 Commits

Author SHA1 Message Date
per1234
4ebe9b7759 Add Git configuration files to template .editorconfig
The `.gitmodules` file defines the properties of a repository's submodules. The file automatically generated by Git
submodule commands use tabs for indentation.

It uses the same file format as the Git configuration file (e.g., `.gitconfig`). Even though the `.gitconfig` file is not
likely to be found under the repository tree, it's possible the `.editorconfig` might end up being used outside the
project specific scope so I added it to the file pattern.
2021-08-12 16:55:43 -07:00
per1234
900b25859f Add CI workflow to check general file formatting
On every push, pull request, and periodically, check whether the repository's files are formatted according to
.editorconfig.
2021-07-14 17:16:29 -07:00