Шаблон для конца файла
This commit is contained in:
parent
12462dee50
commit
0e71656233
@ -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
|
# 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
|
# 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.
|
# '$(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
|
# 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
|
# the function isn't preceded by a C/C++ comment. If the inserted text
|
||||||
|
1
filefooter.txt
Normal file
1
filefooter.txt
Normal file
@ -0,0 +1 @@
|
|||||||
|
// EOF $(filename)
|
Loading…
Reference in New Issue
Block a user