1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
## DocDiff configuration file
## Comment out and modify the following lines as you like.
#
# resolution = word
# encoding = UTF-8
# eol = LF
# format = html
# digest = off
# cache = off # not implemented yet
# verbose = no # not implemented yet
#
## user-defined tags (not well-supported yet)
# tag_common_start = '<=>'
# tag_common_end = '</=>'
# tag_del_start = '<->'
# tag_del_end = '</->'
# tag_add_start = '<+>'
# tag_add_end = '</+>'
# tag_change_before_start = '<!->'
# tag_change_before_end = '</!->'
# tag_change_after_start = '<!+>'
# tag_change_after_end = '</!+>'
|