Skip to content

Commit 8b84bb9

Browse files
committed
Conflicts: update-ends.py
2 parents 4d4ff5b + 72ce9fd commit 8b84bb9

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

editor-setup.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,17 @@ backspace and there are four spaces before the cursor.
4545

4646
Emacs uses spaces with Python files by default.
4747

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+
4859
### Mousepad
4960

5061
1. Go to *Document* at the top, then *Tab Size*.

update-ends.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
#!/usr/bin/env python3
22
"""Update ends of markdown files."""
33

4-
import collections
54
import re
65

76

0 commit comments

Comments
 (0)