.gitgnore, fix indent (no spaces, etc...)

This commit is contained in:
2024-01-12 11:42:24 +01:00
parent d81a7aa2a8
commit caa802c98a
7 changed files with 679 additions and 678 deletions

1
.gitignore vendored Normal file
View File

@@ -0,0 +1 @@
/.ccls-cache/

View File

@@ -24,7 +24,7 @@ cat $FILES | grep '^void Test' |
-e 's/^/extern /'
echo \
'
'
void RunAllTests(void)
{
@@ -39,7 +39,7 @@ cat $FILES | grep '^void Test' |
-e 's/$/);/'
echo \
'
'
CuSuiteRun(suite);
CuSuiteSummary(suite, output);
CuSuiteDetails(suite, output);