pub async fn repo_get_editor_config( configuration: &Configuration, owner: &str, repo: &str, filepath: &str, ref: Option<&str>, ) -> Result<(), Error<RepoGetEditorConfigError>>