[PR #104] feat: Add .editorconfig, .gitignore, and .vscode/extensions.json files #106

Open
opened 2026-02-27 04:56:11 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/GameServerManagers/LinuxGSM-Docs/pull/104
Author: @MicLieg
Created: 3/7/2024
Status: 🔄 Open

Base: masterHead: feature/recommend-extensions


📝 Commits (3)

  • 693b090 Add .editorconfig, .gitignore, and .vscode/extensions.json files
  • bced823 Added markdownlint config
  • bf79e53 Fixed markdownlint errors

📊 Changes

118 files changed (+1617 additions, -1658 deletions)

View changed files

.editorconfig (+18 -0)
.gitignore (+1 -0)
.markdownlint.json (+35 -0)
.vscode/extensions.json (+8 -0)
📝 README.md (+2 -4)
📝 SUMMARY.md (+101 -101)
📝 alerts/README.md (+2 -4)
📝 alerts/discord.md (+2 -2)
📝 alerts/ifttt.md (+8 -8)
📝 alerts/pushbullet.md (+2 -2)
📝 alerts/pushover.md (+4 -4)
📝 alerts/rocket.chat.md (+2 -7)
📝 alerts/slack.md (+2 -3)
📝 alerts/telegram.md (+29 -28)
📝 commands/README.md (+1 -3)
📝 commands/backup.md (+2 -3)
📝 commands/change-password.md (+1 -2)
📝 commands/check-update.md (+2 -2)
📝 commands/console.md (+0 -1)
📝 commands/debug.md (+1 -2)

...and 80 more files

📄 Description

This PR adds multiple VSCode extensions to help developers write more consistent Markdown:

  1. editorconfig
    • Override user/workspace settings with settings found in .editorconfig files
  2. markdown-all-in-one
    • (Almost) All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
  3. vscode-markdownlint
    • Markdown linting and style checking for Visual Studio Code
  4. prettier-vscode
    • Code formatter

It also adds the required .editorconfig file.

Related Pull Requests:


🔄 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/GameServerManagers/LinuxGSM-Docs/pull/104 **Author:** [@MicLieg](https://github.com/MicLieg) **Created:** 3/7/2024 **Status:** 🔄 Open **Base:** `master` ← **Head:** `feature/recommend-extensions` --- ### 📝 Commits (3) - [`693b090`](https://github.com/GameServerManagers/LinuxGSM-Docs/commit/693b090d60ff428f69d466eb14747bc2146de4dc) Add .editorconfig, .gitignore, and .vscode/extensions.json files - [`bced823`](https://github.com/GameServerManagers/LinuxGSM-Docs/commit/bced8235fe8f296fc7cc8bbe18dc0a9cd0a95a34) Added markdownlint config - [`bf79e53`](https://github.com/GameServerManagers/LinuxGSM-Docs/commit/bf79e53134a68947f2672553daff0a01ee3528e5) Fixed markdownlint errors ### 📊 Changes **118 files changed** (+1617 additions, -1658 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+18 -0) ➕ `.gitignore` (+1 -0) ➕ `.markdownlint.json` (+35 -0) ➕ `.vscode/extensions.json` (+8 -0) 📝 `README.md` (+2 -4) 📝 `SUMMARY.md` (+101 -101) 📝 `alerts/README.md` (+2 -4) 📝 `alerts/discord.md` (+2 -2) 📝 `alerts/ifttt.md` (+8 -8) 📝 `alerts/pushbullet.md` (+2 -2) 📝 `alerts/pushover.md` (+4 -4) 📝 `alerts/rocket.chat.md` (+2 -7) 📝 `alerts/slack.md` (+2 -3) 📝 `alerts/telegram.md` (+29 -28) 📝 `commands/README.md` (+1 -3) 📝 `commands/backup.md` (+2 -3) 📝 `commands/change-password.md` (+1 -2) 📝 `commands/check-update.md` (+2 -2) 📝 `commands/console.md` (+0 -1) 📝 `commands/debug.md` (+1 -2) _...and 80 more files_ </details> ### 📄 Description This PR adds multiple VSCode extensions to help developers write more consistent Markdown: 1. [editorconfig](https://marketplace.visualstudio.com/items?itemName=editorconfig.editorconfig) * Override user/workspace settings with settings found in .editorconfig files 2. [markdown-all-in-one](https://marketplace.visualstudio.com/items?itemName=yzhang.markdown-all-in-one) * (Almost) All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more) 3. [vscode-markdownlint](https://marketplace.visualstudio.com/items?itemName=DavidAnson.vscode-markdownlint) * Markdown linting and style checking for Visual Studio Code 4. [prettier-vscode](https://marketplace.visualstudio.com/items?itemName=esbenp.prettier-vscode) * Code formatter It also adds the required `.editorconfig` file. Related Pull Requests: - https://github.com/GameServerManagers/LinuxGSM/pull/4527 - https://github.com/GameServerManagers/LinuxGSM-Dev-Docs/pull/8 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/LinuxGSM-Docs#106
No description provided.