We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5f0189 commit ea36823Copy full SHA for ea36823
1 file changed
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*.
0 commit comments