NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
Change PhpED's block comment indenting


Joined: 27 Nov 2009
Posts: 98
Reply with quote
How do I change PhpED's block commenting format from this:

Code:
/*
line 1
line 2
line 3
*/


to this:

Code:
/*
 * line 1
 * line 2
 * line 3
 */


The reason I ask is PhpED does so using the first version and Doctrine's class generator as well as other applications does so using the second version, and the different indention generates many nuisance git diff entries.
View user's profileFind all posts by NotionCommotionSend private message
Change PhpED's block comment indenting
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
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic