mirror of
https://github.com/ziglang/zig.git
synced 2024-11-12 23:27:21 +00:00
Updated FAQ (markdown)
parent
753c6275c0
commit
171df4ef13
3
FAQ.md
3
FAQ.md
@ -17,7 +17,8 @@ Note that [it is planned to have `zig fmt` allow for tabs](https://github.com/zi
|
||||
|
||||
## How do I make `zig fmt` skip a range of source lines?
|
||||
|
||||
`zig fmt` will parse comments for special directives.\
|
||||
`zig fmt` will parse comments for special directives.
|
||||
|
||||
In this example all code between `// zig fmt: off` and `// zig fmt: on` will be excluded from formatting:
|
||||
|
||||
```zig
|
||||
|
Loading…
Reference in New Issue
Block a user