-
-
Notifications
You must be signed in to change notification settings - Fork 7k
Open
@rtek1000
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)