mirror of
https://github.com/zhigang1992/AutoFileName.git
synced 2026-01-12 22:45:57 +08:00
19 lines
658 B
Plaintext
19 lines
658 B
Plaintext
{
|
|
//By default, AutoFileName uses the disk root for absolute paths.
|
|
//Changing this setting allows for absolute paths on a project level
|
|
//This is useful for web designers and developers who want to use the
|
|
//root of their site.
|
|
"afn_use_project_root": false,
|
|
|
|
// Override the project root. Will only work
|
|
// if "auto_file_name_use_project_root" is true.
|
|
"afn_proj_root": "",
|
|
|
|
// Specify which scopes will trigger AutoFileName
|
|
"afn_valid_scopes":["string","css","sass","less","scss"],
|
|
|
|
// Whether or not AutoFileName should insert the width
|
|
// and height dimensions after inserting an image into
|
|
// an image tag
|
|
"afn_insert_dimensions": true
|
|
} |