From 29a1bc3d2970f831fc3dcb0445b7992ba26982c9 Mon Sep 17 00:00:00 2001 From: Philipp Gesang Date: Sun, 13 Jul 2014 19:26:16 +0200 Subject: [doc,conf] move configuration example to misc/ tree --- misc/luaotfload.conf.example | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) create mode 100644 misc/luaotfload.conf.example (limited to 'misc') diff --git a/misc/luaotfload.conf.example b/misc/luaotfload.conf.example new file mode 100644 index 0000000..2756d62 --- /dev/null +++ b/misc/luaotfload.conf.example @@ -0,0 +1,30 @@ +;; Example configuration file for Luaotfload. This file contains the +;; defaults only, see luaotfload.conf(5) for more information. + +[db] + compress = true + formats = otf, ttf, ttc, dfont + max-fonts = 2.2517998136852e15 + scan-local = false + skip-read = false + strip = true + update-live = true + +[misc] + statistics = false + termwidth = nil + +[paths] + cache-dir = fonts + names-dir = names + index-file = luaotfload-names.lua + lookups-file = luaotfload-lookup-cache.lua + +[run] + color-callback = pre_linebreak_filter + definer = patch + log-level = 0 + resolver = cached + +;; vim:ft=dosini:et:sw=4:ts=8 + -- cgit v1.2.3