This repository has been archived by the owner on Nov 12, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pre-commit-hook for formatting source (#4)
* Add pre-commit-hook for formatting source This commit is to add the pre-commit hook which format source code of csharp and vb. It is used the command "dotnet format". * Modify indent This commit is to modify indent space of id. It need 3 spaces. * Add argument of files This commit is to add the argument "--files" which set formatting file path.
- Loading branch information