From bb880fcc504dba39a7ba610ccb84187e863b1288 Mon Sep 17 00:00:00 2001 From: Guilhem Moulin Date: Fri, 4 Jul 2014 01:07:44 +0200 Subject: Tell vim the underlying filetype of templates for syntax highlighting. --- roles/lists/templates/etc/postfix/main.cf.j2 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'roles/lists') diff --git a/roles/lists/templates/etc/postfix/main.cf.j2 b/roles/lists/templates/etc/postfix/main.cf.j2 index b7a82fe..9859ac1 100644 --- a/roles/lists/templates/etc/postfix/main.cf.j2 +++ b/roles/lists/templates/etc/postfix/main.cf.j2 @@ -87,3 +87,5 @@ smtp_tls_policy_maps = cdb:$config_directory/tls_policy smtp_tls_fingerprint_digest = sha256 {% endif %} smtpd_tls_security_level = none + +# vim: set filetype=pfmain : -- cgit v1.2.3