Landing: 8b00dc7bd29b

Project / Subsystem

gcc / gcc/editorconfig

Date

2026-06-24

Author

Richard Earnshaw

Commit

8b00dc7bd29bc43ef9e85d46a372647b0a826b77

Source

github

Perf win

No

Breaking

No

All attributes

project
gcc
subsystem
gcc/editorconfig
patch_id
commit_hash
8b00dc7bd29bc43ef9e85d46a372647b0a826b77
source_type
github
headline
Add editorconfig rules for YAML/YML files
tldr
Editorconfig now includes rules for .yaml and .yml files.
author
Richard Earnshaw
outcome
committed
performance_win
false
breaking_change
false
series_id
series_parts
[]
tags
  • editorconfig
  • yaml
  • style
  • configuration
discussion_id_link
bugzilla_pr
date
2026-06-24T00:00:00.000Z

This commit adds new rules to the .editorconfig file to format .yaml and .yml files. EditorConfig helps maintain consistent coding styles across different editors and IDEs by defining formatting rules such as indentation and whitespace. This change ensures that YAML files within the GCC project adhere to a defined style.