Add initial project files (excluding ignored content)
This commit is contained in:
5
external/safetyhook/format.ps1
vendored
Normal file
5
external/safetyhook/format.ps1
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
Get-ChildItem -Path .\src, .\include, .\test, .\example -Include *.hpp, *.cpp -Recurse |
|
||||
ForEach-Object {
|
||||
Write-Output $_.FullName
|
||||
&clang-format -i -style=file $_.FullName
|
||||
}
|
||||
Reference in New Issue
Block a user