-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: BugUpstream notifiedRelated to a software component maintained by someone else. They have been notified of itRelated to a software component maintained by someone else. They have been notified of it
Description
Hi,
Auto formatting (Ctrl+T) does not work if there are:
const char webSite1[] PROGMEM = R"=====(
"abc"
)=====";
But Auto formatting works if there is no line break:
const char webSite1[] PROGMEM = R"=====("abc")=====";
In both cases the compilation is successful.
Arduino IDE 1.8.13 (Linux)
Metadata
Metadata
Assignees
Labels
Component: IDEThe Arduino IDEThe Arduino IDEType: BugUpstream notifiedRelated to a software component maintained by someone else. They have been notified of itRelated to a software component maintained by someone else. They have been notified of it