diff options
| author | Damien George <damien.p.george@gmail.com> | 2020-02-26 11:58:42 +1100 |
|---|---|---|
| committer | Damien George <damien.p.george@gmail.com> | 2020-02-28 10:31:07 +1100 |
| commit | 3f39d18c2b884d32f0443e2e8114ff9d7a14d718 (patch) | |
| tree | 9c0ef34c65df237b1f41ff32f36ff400e1730af8 /py/qstrdefs.h | |
| 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 'py/qstrdefs.h')
| -rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 5c8b13b47..5b4e0dc48 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -24,6 +24,8 @@ * THE SOFTWARE. */ +// *FORMAT-OFF* + #include "py/mpconfig.h" // All the qstr definitions in this file are available as constants. |
