1
0
Fork 0
mirror of synced 2024-06-03 07:51:09 -04:00
This commit is contained in:
Amir 2022-10-15 21:30:03 +02:00
parent 2c130b90b5
commit c0205df1a6

View file

@ -78,3 +78,9 @@ autocmd BufRead *.twig set syntax=html filetype=html
" => Markdown
""""""""""""""""""""""""""""""
let vim_markdown_folding_disabled = 1
""""""""""""""""""""""""""""""
" => YAML
""""""""""""""""""""""""""""""
autocmd FileType yaml setlocal ts=2 sts=2 sw=2 expandtab