Skip to content

Instantly share code, notes, and snippets.

@Dkendal
Last active August 29, 2015 14:00
Show Gist options
  • Save Dkendal/11269809 to your computer and use it in GitHub Desktop.
Save Dkendal/11269809 to your computer and use it in GitHub Desktop.
tidy config
bare: yes
break-before-br: yes
clean: yes
fix-uri: yes
#indent-attributes: yes
indent-spaces: 2
indent: yes
logical-emphasis: yes
markup: yes
output-xhtml: yes
show-body-only: yes
show-warnings: no
sort-attributes: alpha
tab-size: 2
uppercase-tags: no
vertical-space: no
word-2000: yes
wrap-attributes: yes
wrap: 80
nmap =t :%! tidy -config ~/.tidyrc<CR>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment