blob: b0323afe513ba5c45e92581a5deccf728c546b64 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
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
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
|