indenting issues

This commit is contained in:
Sean Breckenridge 2021-04-11 00:40:06 -07:00
parent 3378bc8e75
commit cabdddee23
2 changed files with 2 additions and 2 deletions

View file

@ -9,4 +9,4 @@ doc in progress
Of course reasonable formatting improvements (like obvious typos, missing spaces or too dense code) are welcome. Of course reasonable formatting improvements (like obvious typos, missing spaces or too dense code) are welcome.
And of course, if we end up collaborating a lot on the project I'm open to discussion if automatic code style is really important to you. And of course, if we end up collaborating a lot on the project I'm open to discussion if automatic code style is really important to you.
- See [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] for common practices in HPI - See [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] for common practices in HPI

View file

@ -53,7 +53,7 @@ Some explanations:
Typically, such variable will be passed to =get_files= to actually extract the list of real files to use. You can see usage examples [[https://github.com/karlicoss/HPI/blob/master/tests/get_files.py][here]]. Typically, such variable will be passed to =get_files= to actually extract the list of real files to use. You can see usage examples [[https://github.com/karlicoss/HPI/blob/master/tests/get_files.py][here]].
For more thoughts on modules and their structure, see [[file:MODULE_DESIGN.org][MODULE_DESIGN.org]] For more thoughts on modules and their structure, see [[file:MODULE_DESIGN.org][MODULE_DESIGN]]
- if the field has a default value, you can omit it from your private config altogether - if the field has a default value, you can omit it from your private config altogether