From 3f39d18c2b884d32f0443e2e8114ff9d7a14d718 Mon Sep 17 00:00:00 2001 From: Damien George Date: Wed, 26 Feb 2020 11:58:42 +1100 Subject: 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. --- ports/javascript/qstrdefsport.h | 1 + 1 file changed, 1 insertion(+) (limited to 'ports/javascript') diff --git a/ports/javascript/qstrdefsport.h b/ports/javascript/qstrdefsport.h index 3ba897069..00d3e2ae3 100644 --- a/ports/javascript/qstrdefsport.h +++ b/ports/javascript/qstrdefsport.h @@ -1 +1,2 @@ // qstrs specific to this port +// *FORMAT-OFF* -- cgit v1.2.3