Шаблон для конца файла

This commit is contained in:
Andrei Astafev 2020-04-18 13:41:10 +03:00
parent 12462dee50
commit 0e71656233
2 changed files with 2 additions and 1 deletions

View File

@ -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

1
filefooter.txt Normal file
View File

@ -0,0 +1 @@
// EOF $(filename)