Auto saved by Logseq

This commit is contained in:
2022-04-09 12:14:13 +02:00
parent 31d2efaff5
commit fcc22a3fe8
+1 -1
View File
@@ -12,4 +12,4 @@
syntax on
set tabstop=4
```
- Update: I'm reverting this experiment, I think it would impose too large of a burden on new contributors at this point, as editors
- Update: I'm reverting this experiment, I think it would impose too large of a burden on new contributors at this point, as both vim and python seem to assume you want to follow [[pep8]]. The [[google style guide]] also recommends four spaces even though it overrides some other aspects of [[pep8]], so this is pretty widely the standard.