NetBeans Forums

 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 
  

Code formatting / Zend

 
Post new topic   Reply to topic    NetBeans Forums -> PHP Users
View previous topic :: View next topic  
Author Message
fvandeursen



Joined: 24 May 2012
Posts: 1

PostPosted: Thu May 24, 2012 12:21 pm    Post subject: Code formatting / Zend Reply with quote

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
Display posts from previous:   
Post new topic   Reply to topic    NetBeans Forums -> PHP Users All times are GMT
Page 1 of 1

 
Jump to:  
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


Powered by phpBB
By use of this website, you agree to the NetBeans Policies and Terms of Use. © 2012, Oracle Corporation and/or its affiliates. Sponsored by Oracle logo