Skip to content

Commit 2b4670f

Browse files
chg: default indentation strategy.
1 parent b064737 commit 2b4670f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/inscript.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ def get_parser():
3434
parser.add_argument('-i', '--display-image-captions', action='store_true', default=False, help='Display image captions (default:false).')
3535
parser.add_argument('-l', '--display-link-targets', action='store_true', default=False, help='Display link targets (default:false).')
3636
parser.add_argument('-d', '--deduplicate-image-captions', action='store_true', default=False, help='Deduplicate image captions (default:false).')
37-
parser.add_argument('--indentation', default='standard', help='How to handle indentation (extended or standard; default: standard).')
37+
parser.add_argument('--indentation', default='extended', help='How to handle indentation (extended or standard; default: standard).')
3838
return parser
3939

4040

0 commit comments

Comments
 (0)