aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHimbeer <himbeer@disroot.org>2024-09-29 18:27:24 +0200
committerHimbeer <himbeer@disroot.org>2024-09-29 18:27:24 +0200
commit54f6cd5d7a41fbde03d88d43aa51f8760ab07c2c (patch)
treeac2503a258efb04070f6ed7c51a1cc5595e760cf
parent2ab23c8bfbd97b44d98cb20e13c7dbefeddca6f5 (diff)
Enable space indentation for groff sources
-rw-r--r--vimrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/vimrc b/vimrc
index 0b615b7..3412399 100644
--- a/vimrc
+++ b/vimrc
@@ -36,6 +36,7 @@ augroup end
autocmd FileType rust setlocal ts=4 sw=4 softtabstop=4 expandtab
autocmd FileType zig setlocal ts=4 sw=4 softtabstop=4 expandtab
autocmd FileType yaml setlocal ts=2 sw=2 softtabstop=2 expandtab
+autocmd FileType nroff setlocal expandtab
autocmd FileType gitcommit setlocal textwidth=72 formatoptions-=t