summaryrefslogtreecommitdiff
path: root/examples/conf.pom
diff options
context:
space:
mode:
Diffstat (limited to 'examples/conf.pom')
-rw-r--r--examples/conf.pom18
1 files changed, 17 insertions, 1 deletions
diff --git a/examples/conf.pom b/examples/conf.pom
index 6011308..fe9fe2f 100644
--- a/examples/conf.pom
+++ b/examples/conf.pom
@@ -1 +1,17 @@
-things = \,,,76
+indentation-type = tabs
+show-line-numbers = yes
+tab-size = 4
+font-size = "18"
+
+[file-extensions]
+C = .c
+Cpp = .cpp, .h, .hpp
+
+[plug-in.edit-over-ssh]
+path = ~/misc/edit-over-ssh.so
+enabled = yes
+
+[plug-in.wrap-text]
+path = ~/misc/wrap_text_v3.5.7.so
+enabled = no
+