In the following code snippet, is there a way to format the #config statement into multiple shorter lines instead of one long line?

Thanks

Code:
#config
    __config _INTRC_OSC_NOCLKOUT & _WDT_ON & _PWRTE_OFF & _MCLRE_ON & _BODEN_OFF & _CP_OFF & _CPD_OFF
#ENDCONFIG