import type { Settings } from '../types' export function areGitFeaturesEnabled(settings: Pick): boolean { return settings.git_enabled !== false }