summaryrefslogtreecommitdiffstats
path: root/.editorconfig
Commit message (Collapse)AuthorAgeFilesLines
* .editorconfig: Add EditorConfig for deterministic whitespaceoelint-cleanup-1-whitespaceOtavio Salvador5 days1-0/+32
Add an .editorconfig at the layer root encoding the Yocto Recipe Style Guide whitespace rules (spaces, 4-wide, no tabs, trimmed trailing whitespace, final newline), mirroring meta-openembedded's config. Editors apply it automatically on save and it can be gated in CI with editorconfig-checker, giving deterministic enforcement that the oelint-adv whitespace auto-fixes cannot provide. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>