Last active
April 3, 2016 07:54
-
-
Save ckhung/43b5b8fa90d8ee0dce68 to your computer and use it in GitHub Desktop.
tidy configuration file
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 詳見 「既輕鬆上手又無限擴充的跨平臺文字編輯器 geany」 | |
# http://newtoypia.blogspot.tw/2016/03/geany.html | |
tidy-mark: yes | |
markup: yes | |
wrap: 40 | |
tab-size: 8 | |
indent: auto | |
indent-spaces: 2 | |
output-xhtml: yes | |
doctype: loose | |
char-encoding: utf8 | |
clean: yes | |
logical-emphasis: yes | |
# write-back: yes | |
keep-time: yes | |
# https://gist.github.com/paultreny/9822049 | |
# https://stackoverflow.com/questions/12061721/prevent-html-tidy-from-stripping-php | |
new-blocklevel-tags: article,aside,command,canvas,dialog,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,meter | |
new-inline-tags: video,audio,canvas,ruby,rt,rp,time,meter,progress,datalist,keygen,mark,output,source,wbr |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment