diff options
| author | Damien George | 2020-02-26 11:58:42 +1100 |
|---|---|---|
| committer | Damien George | 2020-02-28 10:31:07 +1100 |
| commit | 3f39d18c2b884d32f0443e2e8114ff9d7a14d718 (patch) | |
| tree | 9c0ef34c65df237b1f41ff32f36ff400e1730af8 /ports/pic16bit | |
| parent | b86075ef1fc8df19844b18b315ade3c084accd54 (diff) | |
all: Add *FORMAT-OFF* in various places.
This string is recognised by uncrustify, to disable formatting in the
region marked by these comments. This is necessary in the qstrdef*.h files
to prevent modification of the strings within the Q(...). In other places
it is used to prevent excessive reformatting that would make the code less
readable.
Diffstat (limited to 'ports/pic16bit')
| -rw-r--r-- | ports/pic16bit/qstrdefsport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/pic16bit/qstrdefsport.h b/ports/pic16bit/qstrdefsport.h index 3ba897069..00d3e2ae3 100644 --- a/ports/pic16bit/qstrdefsport.h +++ b/ports/pic16bit/qstrdefsport.h @@ -1 +1,2 @@ // qstrs specific to this port +// *FORMAT-OFF* |
