NetBeans Forums
| View previous topic :: View next topic |
| Author |
Message |
fvandeursen
Joined: 24 May 2012 Posts: 1
|
Posted: Thu May 24, 2012 12:21 pm Post subject: Code formatting / Zend |
|
|
I'm trying to set up my Netbeans code formatting so it will adhere to the Zend coding guidelines. I can't figure out how to implement one of the guidelines though.
The issue is with multiline function calls. According to Zend:
function(arg1,
arg2,
arg3);
should be written as:
function(
arg1,
arg2,
arg3
);
Is it possible to implement this in Netbeans code formatting? |
|
| Back to top |
|
 |
|
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum You can attach files in this forum You can download files in this forum
|
|