all repos — dotfiles @ d2a1cb64c0c3f743f2238dc2e71f8034f8bc5c0c

personal dotfiles

add after-file for yaml

cause 4 spaces are good for python, but not for yaml
la-ninpre leobrekalini@gmail.com
Thu, 26 Nov 2020 21:24:18 +0300
commit

d2a1cb64c0c3f743f2238dc2e71f8034f8bc5c0c

parent

dcdd7544ffd49d2ff94bf3316d507b09b37499d8

1 files changed, 1 insertions(+), 0 deletions(-)

jump to
A .config/nvim/after/ftplugin/yaml.vim

@@ -0,0 +1,1 @@

+set shiftwidth=2 tabstop=2 softtabstop=2 expandtab