Mehmet Durgel created NETBEANS-776:
--------------------------------------
Summary: Formatting error when lines starting with '\*' characters.
Key: NETBEANS-776
URL: https://issues.apache.org/jira/browse/NETBEANS-776
Project: NetBeans
Issue Type: Bug
Components: php - Formatting & Indentation
Affects Versions: 8.2
Environment: linux mint 18.2
Reporter: Mehmet Durgel
After formatting two space characters added to start of a lines which start
with '\*' characters.
Before :
/* ---------------------- *\
* Multi Line Comment *
\* ---------------------- */
After formatting :
/* ---------------------- *\
* Multi Line Comment *
\* ---------------------- */
## This doesn't work either ##
Before formatting :
/*
* ---------------------- *
* Multi Line Comment *
\* ---------------------- *
*/
After formatting :
/*
* ---------------------- *
* Multi Line Comment *
\* ---------------------- *
*/
## Only this works fine ##
/*
* ---------------------- *
* Multi Line Comment *
* ---------------------- *
*/
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists