From dcbfa2c743d14a60037ac3c61f0d7cba339696cd Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Sun, 13 Jul 2014 13:17:18 +0200
Subject: [conf] add example configuration file

---
 doc/luaotfload.conf.example | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)
 create mode 100644 doc/luaotfload.conf.example

(limited to 'doc/luaotfload.conf.example')

diff --git a/doc/luaotfload.conf.example b/doc/luaotfload.conf.example
new file mode 100644
index 0000000..ddf438e
--- /dev/null
+++ b/doc/luaotfload.conf.example
@@ -0,0 +1,30 @@
+;; Example configuration file for Luaotfload. This file contains the
+;; defaults only.
+
+[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


From 16242a76f163e8b5b3d3ddc9076d4b0933e9441f Mon Sep 17 00:00:00 2001
From: Philipp Gesang <phg42.2a@gmail.com>
Date: Sun, 13 Jul 2014 13:17:43 +0200
Subject: [conf] add example configuration file

---
 doc/luaotfload.conf.example | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'doc/luaotfload.conf.example')

diff --git a/doc/luaotfload.conf.example b/doc/luaotfload.conf.example
index ddf438e..2756d62 100644
--- a/doc/luaotfload.conf.example
+++ b/doc/luaotfload.conf.example
@@ -1,5 +1,5 @@
 ;; Example configuration file for Luaotfload. This file contains the
-;; defaults only.
+;; defaults only, see luaotfload.conf(5) for more information.
 
 [db]
     compress        = true
-- 
cgit v1.2.3