Hello and thanks for the help
Msys64 on Windows 10 platform
I am new to git. I am contributing to Kicad and this requires clang-format. I followed the instructions here https://dev-docs.kicad.org/en/rules-guidelines/code-style/ and I get no complaints.
However, when I run the suggested line
git check-format
I get "no modified files to format" if I run it after git commit
or
Traceback (most recent call last): File "C:/msys64/mingw64/bin/git-clang-format", line 579, in main()
File "C:/msys64/mingw64/bin/git-clang-format", line 154, in main cd_to_toplevel()
File "C:/msys64/mingw64/bin/git-clang-format", line 336, in os.chdir(toplevel)
FileNotFoundError: [WinError 3] The system cannot find the path specified: '/home/bjpic/brian_renum/kicad'
If I run it before git commit. I assume the "cannot find the path" error is because it is actually trying to do something but I have no idea how to fix this.
Thanks again.