Skip to content

Commit

Permalink
Fixed amix#695
Browse files Browse the repository at this point in the history
  • Loading branch information
amix committed Oct 15, 2022
1 parent 2c130b9 commit c0205df
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vimrcs/filetypes.vim
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c0205df

Please sign in to comment.