summary refs log tree commit diff
path: root/home
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2017-09-15 11:31:05 -0400
committerJune McEnroe <june@causal.agency>2017-09-15 11:31:05 -0400
commit756263ba89b2020c7b91caa0cbea08dc0d019a24 (patch)
tree33639d0968cbf57e9b8542e70df143d630191804 /home
parentRename zsh scripts .zsh (diff)
downloadsrc-756263ba89b2020c7b91caa0cbea08dc0d019a24.tar.gz
src-756263ba89b2020c7b91caa0cbea08dc0d019a24.zip
Use 4-space indent everywhere
Diffstat (limited to 'home')
-rw-r--r--home/.config/nvim/init.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/home/.config/nvim/init.vim b/home/.config/nvim/init.vim
index f09485de..35a730eb 100644
--- a/home/.config/nvim/init.vim
+++ b/home/.config/nvim/init.vim
@@ -7,7 +7,6 @@ command! W w
 autocmd BufNewFile,BufRead *.asm,*.mac setfiletype nasm
 
 set tabstop=8 expandtab shiftwidth=4 shiftround smartindent
-autocmd FileType sh,zsh,ruby setlocal shiftwidth=2
 set ignorecase smartcase inccommand=nosplit
 nmap <leader><leader> :nohlsearch<CR>
 set foldmethod=syntax foldlevel=99
lspan='3' class='logmsg'> 2021-04-18build: Remove added x509_verify.3 links 3.3.2June McEnroe 2021-04-18tls: Use EC_KEY_set_ex_dataJune McEnroe 2021-04-18Import LibreSSL 3.3.2June McEnroe 2021-03-05Bump version to 3.3.1p1 3.3.1p1June McEnroe 2021-03-05build: Add OpenSSL includes to libcompatJune McEnroe Some compat sources (getentropy_linux.c for example) require OpenSSL. Reported by Robert Scheck. 2020-12-15Import LibreSSL 3.3.1June McEnroe 2020-11-24Import LibreSSL 3.3.0June McEnroe 2020-10-22Import LibreSSL 3.2.2June McEnroe 2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe