[PR #514] [CLOSED] chore: add .editorconfig and .gitattributes #4827

Closed
opened 2026-05-12 06:52:33 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/rust-embedded/awesome-embedded-rust/pull/514
Author: @srpatcha
Created: 4/25/2026
Status: Closed

Base: masterHead: chore/add-editorconfig


📝 Commits (4)

  • 1eefd8c chore: add .editorconfig and .gitattributes
  • c631223 feat: add curated list linter
  • e40db10 fix: fix double space in markdown formatting
  • f683411 test: add pytest tests for list linter

📊 Changes

5 files changed (+756 additions, -1 deletions)

View changed files

.editorconfig (+22 -0)
.gitattributes (+24 -0)
📝 README.md (+1 -1)
scripts/lint_list.py (+500 -0)
scripts/test_lint_list.py (+209 -0)

📄 Description

Changes

chore: add .editorconfig and .gitattributes

Add .editorconfig for consistent formatting across editors and
.gitattributes for proper line ending normalization.

Signed with GPG.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/rust-embedded/awesome-embedded-rust/pull/514 **Author:** [@srpatcha](https://github.com/srpatcha) **Created:** 4/25/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `chore/add-editorconfig` --- ### 📝 Commits (4) - [`1eefd8c`](https://github.com/rust-embedded/awesome-embedded-rust/commit/1eefd8c8ad6c2368d740bd681e4728588a86d696) chore: add .editorconfig and .gitattributes - [`c631223`](https://github.com/rust-embedded/awesome-embedded-rust/commit/c631223a34465afc104b187ceabd30232b93bc7f) feat: add curated list linter - [`e40db10`](https://github.com/rust-embedded/awesome-embedded-rust/commit/e40db104c832e3463d0c24d82ad3c3ddfa15c503) fix: fix double space in markdown formatting - [`f683411`](https://github.com/rust-embedded/awesome-embedded-rust/commit/f6834115566f03bbc728aa24777eac6e9c93d93a) test: add pytest tests for list linter ### 📊 Changes **5 files changed** (+756 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+22 -0) ➕ `.gitattributes` (+24 -0) 📝 `README.md` (+1 -1) ➕ `scripts/lint_list.py` (+500 -0) ➕ `scripts/test_lint_list.py` (+209 -0) </details> ### 📄 Description ## Changes chore: add .editorconfig and .gitattributes Add .editorconfig for consistent formatting across editors and .gitattributes for proper line ending normalization. Signed with GPG. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-05-12 06:52:33 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-embedded-rust#4827