diff options
Diffstat (limited to 'cpp/examples/conf.pom')
-rw-r--r-- | cpp/examples/conf.pom | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/cpp/examples/conf.pom b/cpp/examples/conf.pom new file mode 100644 index 0000000..82e1abd --- /dev/null +++ b/cpp/examples/conf.pom @@ -0,0 +1,17 @@ +indentation-type = tabs +show-line-numbers = yes +tab-size = 4 +font-size = "18" + +[file-extensions] +C = .c, .h +Cpp = .cpp, .hpp, .cc, .hh + +[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 + |