|
http://www.jindent.com |
Previous: Output
|
Next: Labels
|
| Tabulator stop size |

|
See also: | Indent leading code by tab stops , Indent variable/field declarations by tab stops , Indent assignments by tab stops , Indent trailing comments by tab stops |
| First level indentation size |

|
class·Test·{ ····void·method()·{ ········... ····} } |
|
····class·Test·{ ········void·method()·{ ············... ········} ····} |
| General indentation size |

|
class·Test·{ ···void·method()·{ ······x·=·x·+·10; ······... ···} } |
|
class·Test·{ ····void·method()·{ ········x·=·x·+·10; ········... ····} } |
| Indent leading code by tab stops |

|
class Test { --->void method() { --->--->x = x + 10; --->--->... --->} } |