Skip to content

Commit

Permalink
feat(vim): do not include document start
Browse files Browse the repository at this point in the history
  • Loading branch information
Kirill Morozov authored and kirillmorozov committed Jan 30, 2025
1 parent 847522c commit e2a2466
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions vim/ftplugin/yaml.vim
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ setlocal tabstop=2

if executable("yamlfmt")
setlocal formatprg=yamlfmt
\\ -formatter
\\ include_document_start=true
\\ -formatter
\\ max_line_length=80
\\ -formatter
Expand Down

0 comments on commit e2a2466

Please sign in to comment.