diff options
author | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-03 00:18:54 -0400 |
---|---|---|
committer | Mountain Man <43313373+MountainMan1312@users.noreply.github.com> | 2023-04-03 00:18:54 -0400 |
commit | 8f23e297475a5becdd65065d5ff7e5bf489ee7db (patch) | |
tree | a2ee6d62043a8a4386ff251d1383cdaf98dfea67 /home/.nanorc | |
parent | Add git branch to `$PS1` in `dotfiles/home/.bashrc` (diff) | |
download | dotfiles.old-8f23e297475a5becdd65065d5ff7e5bf489ee7db.tar.gz dotfiles.old-8f23e297475a5becdd65065d5ff7e5bf489ee7db.tar.bz2 dotfiles.old-8f23e297475a5becdd65065d5ff7e5bf489ee7db.zip |
Switch to 72-char limits instead of 74
Modify `dotfiles/home/.nanorc` to wrap at 72 chars, and update the
formatting of other files.
Diffstat (limited to 'home/.nanorc')
-rw-r--r-- | home/.nanorc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/home/.nanorc b/home/.nanorc index 568c39a..2327dd7 100644 --- a/home/.nanorc +++ b/home/.nanorc | |||
@@ -1,8 +1,8 @@ | |||
1 | # ~/.nanorc | 1 | # ~/.nanorc |
2 | 2 | ||
3 | ## Character limit | 3 | ## Character limit |
4 | set fill 74 # limit line-length to 74 chars | 4 | set fill 72 # limit line-length to 72 chars |
5 | set guidestripe 74 # show a guide line at 74 chars | 5 | set guidestripe 73 # show a guide line at 73 chars |
6 | 6 | ||
7 | ## Line-wrapping | 7 | ## Line-wrapping |
8 | set atblanks # wrap line at blanks | 8 | set atblanks # wrap line at blanks |