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 FLATFILE_HEADER \
|
||||
"# profanity chat log — UTF-8, LF line endings\n" \
|
||||
"# format-version: 1\n" \
|
||||
"# vim: set fileencoding=utf-8 fileformat=unix :\n"
|
||||
"# format-version: 1\n"
|
||||
#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 */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user