LinuxGSM-Docs
LinuxGSM-Docs copied to clipboard
feat: Add .editorconfig, .gitignore, and .vscode/extensions.json files
This PR adds multiple VSCode extensions to help developers write more consistent Markdown:
-
editorconfig
- Override user/workspace settings with settings found in .editorconfig files
-
markdown-all-in-one
- (Almost) All you need to write Markdown (keyboard shortcuts, table of contents, auto preview and more)
-
vscode-markdownlint
- Markdown linting and style checking for Visual Studio Code
-
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