diff options
| author | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-13 19:26:16 +0200 | 
|---|---|---|
| committer | Philipp Gesang <phg42.2a@gmail.com> | 2014-07-13 19:26:16 +0200 | 
| commit | 29a1bc3d2970f831fc3dcb0445b7992ba26982c9 (patch) | |
| tree | 8c643dce7c4a6234eebe940261a9e22b1bb325dc /doc/luaotfload.conf.example | |
| parent | 55aaa995395d670696df6542c5595b8187a7a1e9 (diff) | |
| download | luaotfload-29a1bc3d2970f831fc3dcb0445b7992ba26982c9.tar.gz | |
[doc,conf] move configuration example to misc/ tree
Diffstat (limited to 'doc/luaotfload.conf.example')
| -rw-r--r-- | doc/luaotfload.conf.example | 30 | 
1 files changed, 0 insertions, 30 deletions
diff --git a/doc/luaotfload.conf.example b/doc/luaotfload.conf.example deleted file mode 100644 index 2756d62..0000000 --- a/doc/luaotfload.conf.example +++ /dev/null @@ -1,30 +0,0 @@ -;; 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 -  | 
