fix(py) Disable custom placement for file type (#59)
This commit is contained in:
@@ -231,7 +231,7 @@ return {
|
|||||||
|
|
||||||
template = template
|
template = template
|
||||||
:config({
|
:config({
|
||||||
append = { position = "after", child_name = "comment", fallback = "block" }, -- optional: where to append the text (default_generator)
|
append = { position = "after", child_name = "comment", fallback = "block", disabled = { "file" } },
|
||||||
position = function(node, type)
|
position = function(node, type)
|
||||||
if type == "file" then
|
if type == "file" then
|
||||||
-- Checks if the file starts with #!, that means it's a shebang line
|
-- Checks if the file starts with #!, that means it's a shebang line
|
||||||
|
|||||||
Reference in New Issue
Block a user