You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-2
Original file line number
Diff line number
Diff line change
@@ -43,9 +43,20 @@ It's easiest to start at the end. Think of a fun and interesting topic to add to
43
43
44
44
## Editing Text
45
45
46
-
We use long-lines (no newlines in paragraphs) to keep diffs moderately sane.
46
+
* We use long-lines (no newlines in paragraphs) to keep diffs moderately sane.
47
+
* Code is indented with 4 spaces.
48
+
* HTML/CSS is indented with 2 spaces.
47
49
48
-
I use Emacs 24, with markdown-mode (Ubuntu emacs-goodies-el) and gfm-mode (GitHub markdown minor-mode). Set `longlines-show-hard-newlines` if you want to see where all the newlines are.
50
+
I use Emacs 24, with markdown-mode (Ubuntu emacs-goodies-el) and gfm-mode (GitHub markdown minor-mode). Set `longlines-show-hard-newlines` if you want to see where all the newlines are. These settings are useful:
0 commit comments