diff --git a/spaces to tabs conversion.md b/spaces to tabs conversion.md index b62e4e5d6..8391043ce 100644 --- a/spaces to tabs conversion.md +++ b/spaces to tabs conversion.md @@ -3,4 +3,4 @@ - [[sponge]] is in [[moreutils]] - To go from tabs to spaces in Python code: - `for i in *py; do expand -t 4 $i | sponge $i; done` -- \ No newline at end of file +- [[pep8]] is against tabs in Python code. We are currently experimenting with using tabs in [[agora server]] regardless. \ No newline at end of file