GoalstailorVersion: 2.7 (deprecated)On this pagetailor pants tailor [args] Auto-generate BUILD file targets for new source files. Backend: `` Config section: [tailor] Basic optionsNoneAdvanced optionsalias_mapping--tailor-alias-mapping="{'key1': val1, 'key2': val2, ...}"PANTS_TAILOR_ALIAS_MAPPINGpants.toml[tailor.alias_mapping]key1 = val1key2 = val2...default: {}A mapping from standard target type to custom type to use instead. The custom type can be a custom target type or a macro that offers compatible functionality to the one it replaces (see https://www.pantsbuild.org/v2.7/docs/macros).build_file_indent--tailor-build-file-indent=<str>PANTS_TAILOR_BUILD_FILE_INDENTpants.toml[tailor]build_file_indent = <str>default: The indent to use when auto-editing BUILD files.Deprecated optionsNoneRelated subsystems python-setup source