Jindent - Java Source Code Formatter http://www.jindent.com
 



title
5.6.2.2.4 Namespaces

Indentation size for namespaces

Indentation size for namespaces

Controls indentation of namespace block.


No indentation for namespace blocks:

namespace·test·{                        
class·MyCalss·{                         
                                        
····void·method()·{                     
········...                             
····}                                   
}                                       
}                                       


Using size of 4 to indent namespace blocks:

namespace·test·{                        
····class·MyCalss·{                     
                                        
········void·method()·{                 
············...                         
········}                               
····}                                   
}