Delete unused FIXME
This commit is contained in:
@@ -32,7 +32,7 @@ return {
|
|||||||
use_default_comment = false, -- If you want to prefix the template with the default comment for the language (default_generator)
|
use_default_comment = false, -- If you want to prefix the template with the default comment for the language (default_generator)
|
||||||
google_docstrings = {
|
google_docstrings = {
|
||||||
{ nil, '"""' },
|
{ nil, '"""' },
|
||||||
{ "parameters", "\t%s: ", { before_first_item = "Args: " } }, -- FIXME when no parameter is set
|
{ "parameters", "\t%s: ", { before_first_item = "Args: " } },
|
||||||
{ nil, '"""' },
|
{ nil, '"""' },
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user