mirror of
https://git.aramjonghu.dev/AramJonghu/ziglings.git
synced 2026-09-02 08:23:31 +02:00
Manually apply zig fmt style to comments
This commit is contained in:
@@ -5,9 +5,9 @@
|
||||
//
|
||||
// Example:
|
||||
//
|
||||
// while (condition) : (continue expression){
|
||||
// while (condition) : (continue expression) {
|
||||
//
|
||||
// if(other condition) continue;
|
||||
// if (other condition) continue;
|
||||
//
|
||||
// }
|
||||
//
|
||||
|
||||
Reference in New Issue
Block a user