mirror of
https://git.jabber.space/devs/cproof.git
synced 2026-07-31 20:06:21 +00:00
style(flatfile): drop vim modeline from log file header
This commit is contained in:
@@ -29,8 +29,7 @@
|
|||||||
#define FF_VERSION_PREFIX "# format-version: "
|
#define FF_VERSION_PREFIX "# format-version: "
|
||||||
#define FLATFILE_HEADER \
|
#define FLATFILE_HEADER \
|
||||||
"# profanity chat log — UTF-8, LF line endings\n" \
|
"# profanity chat log — UTF-8, LF line endings\n" \
|
||||||
"# format-version: 1\n" \
|
"# format-version: 1\n"
|
||||||
"# vim: set fileencoding=utf-8 fileformat=unix :\n"
|
|
||||||
#define FF_MAX_LINE_LEN (10 * 1024 * 1024) /* 10 MB — reject lines longer than this */
|
#define FF_MAX_LINE_LEN (10 * 1024 * 1024) /* 10 MB — reject lines longer than this */
|
||||||
#define FF_MAX_LMC_DEPTH 100 /* max correction chain depth */
|
#define FF_MAX_LMC_DEPTH 100 /* max correction chain depth */
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user