[PR #1073] [MERGED] Introduce editorconfig for more consistent formatting #2834

Closed
opened 2025-11-20 05:32:05 -05:00 by saavagebueno · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/community-scripts/ProxmoxVE/pull/1073
Author: @dsiebel
Created: 12/28/2024
Status: Merged
Merged: 12/29/2024
Merged by: @MickLesk

Base: mainHead: editorconfig


📝 Commits (1)

  • 4fdd0e5 Introduce editorconfig for more consistent formatting

📊 Changes

1 file changed (+16 additions, -0 deletions)

View changed files

.editorconfig (+16 -0)

📄 Description

✍️ Description

Over my previous contributions I was struggling with the formatting in this repository, especially since my editor (vscode) uses tabs with a default width of 4, my preferred formatting for shell scripts.
EditorConfig is a way to allow everyone to code consistently, without having to guess or try to imitate the formatting observed in existing files.

The config in this PR was created to cover the formatting that I think is being applied in this repository.


🔄 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/community-scripts/ProxmoxVE/pull/1073 **Author:** [@dsiebel](https://github.com/dsiebel) **Created:** 12/28/2024 **Status:** ✅ Merged **Merged:** 12/29/2024 **Merged by:** [@MickLesk](https://github.com/MickLesk) **Base:** `main` ← **Head:** `editorconfig` --- ### 📝 Commits (1) - [`4fdd0e5`](https://github.com/community-scripts/ProxmoxVE/commit/4fdd0e51c118ccdf7bb2e1cba55bbf0cab7661fa) Introduce editorconfig for more consistent formatting ### 📊 Changes **1 file changed** (+16 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+16 -0) </details> ### 📄 Description ## ✍️ Description Over my previous contributions I was struggling with the formatting in this repository, especially since my editor (vscode) uses tabs with a default width of 4, my preferred formatting for shell scripts. [EditorConfig](https://editorconfig.org/) is a way to allow everyone to code consistently, without having to guess or try to imitate the formatting observed in existing files. The config in this PR was created to cover the formatting that I _think_ is being applied in this repository. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
saavagebueno added the pull-request label 2025-11-20 05:32:05 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: SVI/ProxmoxVE#2834