mirror of
https://github.com/zhigang1992/AutoFileName.git
synced 2026-04-26 13:05:40 +08:00
11 lines
397 B
Plaintext
11 lines
397 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.
|
|
"auto_file_name_use_project_root": false,
|
|
|
|
// Override the project root. Will only work
|
|
// if "auto_file_name_use_project_root" is true.
|
|
"afn_proj_root": ""
|
|
} |