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

| First level indentation size |

|
package·demo; public·class·Test·{ ····public·void·method()·{ ········... ····} } |
|
····package·demo; ····public·class·Test·{ ········public·void·method()·{ ············... ········} ····} |
| General indentation size |

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

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