style(flatfile): drop vim modeline from log file header

This commit is contained in:
2026-05-04 18:29:55 +03:00
parent 09b2295414
commit 024e4b2336

View File

@@ -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 */