mirror of
https://github.com/flancian/garden.git
synced 2026-08-07 23:16:21 +00:00
Auto saved by Logseq
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
- To go from spaces to tabs in Python code:
|
||||
- `for i in *py; do unexpand -t 4 $i | sponge $i; done`
|
||||
- [[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`
|
||||
-
|
||||
Reference in New Issue
Block a user