4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
|
/*
** SETTING: crlf-glob width=40 versionable block-text
** The VALUE of this setting is a list of GLOB patterns matching files
** in which it is allowed to have CR, CR+LF or mixed line endings,
** suppressing Fossil's normal warning about this. Set it to "*" to
** disable CR+LF checking entirely. Example: *.md,*.txt
** The crnl-glob setting is a compatibility alias.
/*
** SETTING: crnl-glob width=40 versionable block-text
** This is an alias for the crlf-glob setting.
*/
/*
** SETTING: default-perms width=16 default=u sensitive
** Permissions given automatically to new users. For more
|
>
|
4222
4223
4224
4225
4226
4227
4228
4229
4230
4231
4232
4233
4234
4235
4236
|
/*
** SETTING: crlf-glob width=40 versionable block-text
** The VALUE of this setting is a list of GLOB patterns matching files
** in which it is allowed to have CR, CR+LF or mixed line endings,
** suppressing Fossil's normal warning about this. Set it to "*" to
** disable CR+LF checking entirely. Example: *.md,*.txt
** The crnl-glob setting is a compatibility alias.
*/
/*
** SETTING: crnl-glob width=40 versionable block-text
** This is an alias for the crlf-glob setting.
*/
/*
** SETTING: default-perms width=16 default=u sensitive
** Permissions given automatically to new users. For more
|