We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4d4ff5b + 72ce9fd commit 8b84bb9Copy full SHA for 8b84bb9
editor-setup.md
@@ -45,6 +45,17 @@ backspace and there are four spaces before the cursor.
45
46
Emacs uses spaces with Python files by default.
47
48
+### GNU Nano
49
+
50
+Open your `~/.nanorc`.
51
52
+ $ nano ~/.nanorc
53
54
+Add these lines to it:
55
56
+ set tabsize 4
57
+ set tabstospaces
58
59
### Mousepad
60
61
1. Go to *Document* at the top, then *Tab Size*.
update-ends.py
@@ -1,7 +1,6 @@
1
#!/usr/bin/env python3
2
"""Update ends of markdown files."""
3
4
-import collections
5
import re
6
7
0 commit comments