(py) Update configurations

This commit is contained in:
danymat
2022-01-12 10:08:23 +01:00
parent 02d7ab21b4
commit 2be52c73b7

View File

@@ -134,7 +134,7 @@ return {
generator = nil,
template = {
annotation_convention = "numpydoc", -- required: Which annotation convention to use (default_generator)
annotation_convention = "google_docstrings", -- required: Which annotation convention to use (default_generator)
append = { position = "after", child_name = "block" }, -- optional: where to append the text (default_generator)
use_default_comment = false, -- If you want to prefix the template with the default comment for the language, e.g for python: # (default_generator)
position = function(node, type)