Skip to content

Commit

Permalink
Minor fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
fiorix committed Apr 26, 2016
1 parent 952f51f commit 1cb1e18
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions vimrc
Expand Up @@ -61,6 +61,12 @@ autocmd FileType c,cpp set cindent
" Python indent.
autocmd FileType python set expandtab tabstop=4 shiftwidth=4 softtabstop=4

" YAML indent.
autocmd FileType yaml set expandtab tabstop=2 shiftwidth=2 softtabstop=2

" Disable colorcolumn for html
autocmd FileType html set colorcolumn=0

" Markdown.
autocmd BufNewFile,BufReadPost *.md set filetype=markdown

Expand Down Expand Up @@ -89,6 +95,7 @@ let g:syntastic_html_tidy_ignore_errors = [
\"trimming empty <i>",
\"trimming empty <span>",
\"<a> attribute \"href\" lacks value",
\"<input> proprietary attribute \"autofocus\"",
\"<input> proprietary attribute \"autocomplete\"",
\"<input> proprietary attribute \"required\"",
\"proprietary attribute \"ng-",
Expand Down

0 comments on commit 1cb1e18

Please sign in to comment.