4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
|
*/
/*
** SETTING: comment-format width=16 default=1
** Set the algorithm for printing timeline comments to the console.
**
** Possible values are:
** 1 Use the original comment printing algorithm:
** * Leading and trialing whitespace is removed
** * Internal whitespace is converted into a single space (0x20)
** * Line breaks occurs at whitespace or hyphens if possible
** This is the recommended value and the default.
**
** Or a bitwise combination of the following flags:
** 2 Trim leading and trailing CR and LF characters.
** 4 Trim leading and trailing white space characters.
|
|
|
4756
4757
4758
4759
4760
4761
4762
4763
4764
4765
4766
4767
4768
4769
4770
|
*/
/*
** SETTING: comment-format width=16 default=1
** Set the algorithm for printing timeline comments to the console.
**
** Possible values are:
** 1 Use the original comment printing algorithm:
** * Leading and trailing whitespace is removed
** * Internal whitespace is converted into a single space (0x20)
** * Line breaks occurs at whitespace or hyphens if possible
** This is the recommended value and the default.
**
** Or a bitwise combination of the following flags:
** 2 Trim leading and trailing CR and LF characters.
** 4 Trim leading and trailing white space characters.
|