Files
Sublime-Text/Packages/Prettierd Format/prettierd_format.sublime-commands
2025-03-08 19:29:14 +01:00

18 lines
566 B
Plaintext

[
{
"caption": "Prettierd: Format",
"command": "prettierd_format"
},
{
"caption": "Prettierd: Save without formatting",
"command": "prettierd_save_without_format"
},
{
"caption": "Preferences: Prettierd Format",
"command": "edit_settings",
"args": {
"base_file": "${packages}/Prettierd Format/prettierd_format.sublime-settings",
"default": "// Settings in here override those in \"prettierd_format/prettierd_format.sublime-settings\"\n{\n\t$0\n}\n"
}
}
]