Skip to content

Instantly share code, notes, and snippets.

@paperdigits
Created March 27, 2017 20:54
Show Gist options
  • Save paperdigits/aad61ef290226c019b4e62ca9946e4bd to your computer and use it in GitHub Desktop.
Save paperdigits/aad61ef290226c019b4e62ca9946e4bd to your computer and use it in GitHub Desktop.
A tidy config for XML
add-xml-decl: true
drop-empty-paras: false
fix-backslash: false
fix-bad-comments: false
fix-uri: false
input-xml: true
join-styles: false
literal-attributes: true
lower-literals: false
output-xml: true
preserve-entities: true
quote-ampersand: false
quote-marks: false
quote-nbsp: false
indent: auto
indent-attributes: true
indent-spaces: 4
tab-size: 4
vertical-space: true
wrap: 0
char-encoding: utf8
input-encoding: utf8
newline: CRLF
output-encoding: utf8
quiet: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment