Updated FAQ (markdown)

Michael Dusan 2019-07-04 17:01:59 -04:00
parent 753c6275c0
commit 171df4ef13

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