autoindent handles text that needs "i" not spaces

Probably needs renamed to autoformat or something.
This commit is contained in:
James Tomasino 2018-03-11 17:38:01 -04:00 committed by GitHub
parent 95c1a61274
commit 7366097bf0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -113,8 +113,8 @@ config_topics_usedate=false # do not use a date-stamp on topic filena
config_git_commit=false # automatically commit changes if git repo
config_git_push=false # automatically push changes if git repo
config_autoindent=true # automatically reformat gophermaps with leading spaces
# and parse links at the end of file
config_autoindent=true # automatically reformat gophermaps with leading "i"
# types and parse links at the end of file
```
_Note: This file is a valid Bash script and will be sourced upon load._