diff options
author | Starfall <us@starfall.systems> | 2022-02-09 14:18:34 -0600 |
---|---|---|
committer | Starfall <us@starfall.systems> | 2023-12-05 10:01:09 -0600 |
commit | a43a3e0c273e50d30561328f090d2fad249c7dd6 (patch) | |
tree | 64d13d6a287f764fa333315d80e51e48bea68c64 /CONTRIBUTING | |
parent | f02c4f4c72e9a99da91cdd0a87e5e838e9b8744f (diff) |
strike: reindent with tabs
Diffstat (limited to 'CONTRIBUTING')
-rw-r--r-- | CONTRIBUTING | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING index 783cecd..2f2508f 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -4,7 +4,7 @@ If anyone actually contributes, feel free to suggest a license change with the f PATCH CHECKLIST --------------- -* Code style matches everything else (PEP8 compliance is suggested but not required, feel free to reindent everything with tabs or go to 90-110 character lines as appropriate) +* Code style matches everything else (PEP8 compliance is suggested but not required as I've already decided to indent with tabs, feel free to go to 90-110 character lines as appropriate) * Documentation updated to describe new behavior * Example case(s) written in sample/blog * `./strike.py sample` run and output in sample/html looks as expected (you can use `git diff` to verify nothing except last-modified lines are changed) |