Files
AutoFileName/autofilename.sublime-settings
2012-05-01 09:03:53 -04:00

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": ""
}