Отмена принудительного добавления комментариев
This commit is contained in:
parent
d6183cba64
commit
0cd764fc18
12
default.cfg
12
default.cfg
@ -2621,12 +2621,14 @@ cmt_multi_first_len_minimum = 4 # unsigned number
|
||||
# Path to a file that contains text to insert at the beginning of a file if
|
||||
# the file doesn't start with a C/C++ comment. If the inserted text contains
|
||||
# '$(filename)', that will be replaced with the current file's name.
|
||||
cmt_insert_file_header = "fileheader.txt" # string
|
||||
# cmt_insert_file_header = "fileheader.txt" # string
|
||||
cmt_insert_file_header = "" # 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 = "filefooter.txt" # string
|
||||
# cmt_insert_file_footer = "filefooter.txt" # string
|
||||
cmt_insert_file_footer = "" # 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
|
||||
@ -2634,12 +2636,14 @@ cmt_insert_file_footer = "filefooter.txt" # string
|
||||
# replaced with, respectively, the name of the function, the javadoc '@param'
|
||||
# and '@return' stuff, or the name of the class to which the member function
|
||||
# belongs.
|
||||
cmt_insert_func_header = "funcheader.txt" # string
|
||||
# cmt_insert_func_header = "funcheader.txt" # string
|
||||
cmt_insert_func_header = "" # string
|
||||
|
||||
# Path to a file that contains text to insert before a class if the class
|
||||
# isn't preceded by a C/C++ comment. If the inserted text contains '$(class)',
|
||||
# that will be replaced with the class name.
|
||||
cmt_insert_class_header = "classheader.txt" # string
|
||||
# cmt_insert_class_header = "classheader.txt" # string
|
||||
cmt_insert_class_header = "" # string
|
||||
|
||||
# Path to a file that contains text to insert before an Objective-C message
|
||||
# specification, if the method isn't preceded by a C/C++ comment. If the
|
||||
|
Loading…
Reference in New Issue
Block a user