STYLE: make rules more granular and consistent, add examples #156

Open
trinity wants to merge 6 commits from style-c into main
Showing only changes of commit b56a66f980 - Show all commits

2
STYLE
View File

@ -31,7 +31,7 @@ Use
case possibility: case possibility:
statement; statement;
break; break;
case default: default:
statement; statement;
break; break;
} }