fn normalize_symbolic_section(
data: &mut Map<Profile, Dict>,
selected_profile: &Profile,
)Expand description
Moves the standalone symbolic section into the selected profile before inherited configs are merged.
This gives equivalent standalone and profile-qualified keys the same shape, so source precedence and collision detection apply consistently across inherited files.