Auto saved by Logseq

This commit is contained in:
2022-04-09 11:47:11 +02:00
parent e466a381ce
commit 6e841756e0
+1 -1
View File
@@ -3,4 +3,4 @@
- [[sponge]] is in [[moreutils]] - [[sponge]] is in [[moreutils]]
- To go from tabs to spaces in Python code: - To go from tabs to spaces in Python code:
- `for i in *py; do expand -t 4 $i | sponge $i; done` - `for i in *py; do expand -t 4 $i | sponge $i; done`
- - [[pep8]] is against tabs in Python code. We are currently experimenting with using tabs in [[agora server]] regardless.