chore: stylua column width 120 -> 140, tidy
This commit is contained in:
@@ -26,10 +26,7 @@ end
|
||||
---@param node table
|
||||
---@return boolean
|
||||
function M.is_modified(node)
|
||||
return M.config.enable
|
||||
and M._record[node.absolute_path]
|
||||
and (not node.nodes or M.config.show_on_dirs)
|
||||
and (not node.open or M.config.show_on_open_dirs)
|
||||
return M.config.enable and M._record[node.absolute_path] and (not node.nodes or M.config.show_on_dirs) and (not node.open or M.config.show_on_open_dirs)
|
||||
end
|
||||
|
||||
---@param opts table
|
||||
|
||||
Reference in New Issue
Block a user