Skip to content

Commit

Permalink
fix: luacheck line too long error
Browse files Browse the repository at this point in the history
  • Loading branch information
HakonHarnes committed Mar 24, 2024
1 parent 4dc8a6d commit 5c3fdb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/img-clip/config.lua
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ local defaults = {
default = {
dir_path = "assets", -- directory path to save images to, can be relative (cwd or current file) or absolute
file_name = "%Y-%m-%d-%H-%M-%S", -- file name format (see lua.org/pil/22.1.html)
process_cmd = "", -- shell command to process the image before saving or embedding as base64 (e.g. "convert -quality 85 - -")
process_cmd = "", -- shell command to process the image before saving or embedding as base64
url_encode_path = false, -- encode spaces and special characters in file path
use_absolute_path = false, -- expands dir_path to an absolute path
relative_to_current_file = false, -- make dir_path relative to current file rather than the cwd
Expand Down

0 comments on commit 5c3fdb5

Please sign in to comment.