From 0e7165623312eace69343f3fd1ae4792a85959a5 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Sat, 18 Apr 2020 13:41:10 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A8=D0=B0=D0=B1=D0=BB=D0=BE=D0=BD=20=D0=B4?= =?UTF-8?q?=D0=BB=D1=8F=20=D0=BA=D0=BE=D0=BD=D1=86=D0=B0=20=D1=84=D0=B0?= =?UTF-8?q?=D0=B9=D0=BB=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- default.cfg | 2 +- filefooter.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 filefooter.txt diff --git a/default.cfg b/default.cfg index ef00de0..653e90a 100644 --- a/default.cfg +++ b/default.cfg @@ -2626,7 +2626,7 @@ cmt_insert_file_header = "fileheader.txt" # string # Path to a file that contains text to insert at the end of a file if the # file doesn't end with a C/C++ comment. If the inserted text contains # '$(filename)', that will be replaced with the current file's name. -cmt_insert_file_footer = "" # string +cmt_insert_file_footer = "filefooter.txt" # string # Path to a file that contains text to insert before a function definition if # the function isn't preceded by a C/C++ comment. If the inserted text diff --git a/filefooter.txt b/filefooter.txt new file mode 100644 index 0000000..56a3f8b --- /dev/null +++ b/filefooter.txt @@ -0,0 +1 @@ +// EOF $(filename)