[PR #774] [MERGED] Close #743 Add .editorconfig #1200

Closed
opened 2026-02-26 09:33:59 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/NickeManarin/ScreenToGif/pull/774
Author: @sangxxh
Created: 1/1/2021
Status: Merged
Merged: 3/9/2021
Merged by: @NickeManarin

Base: masterHead: feat/add-editorconfig


📝 Commits (3)

📊 Changes

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

View changed files

.editorconfig (+28 -0)

📄 Description

Close #743

Add .editorconfig to help maintain a consistent coding style.

  • Dotnet rules are too lengthy, so use the template from https://github.com/RehanSaeed/EditorConfig and stick to that coding style, which already seems to work fine with ScreenToGif's current codebase
  • Add a few custom rules for this codebase

This will help clean up existing code a lot while editing them by removing trailing white spaces, keeping indentation consistent, etc.


🔄 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/NickeManarin/ScreenToGif/pull/774 **Author:** [@sangxxh](https://github.com/sangxxh) **Created:** 1/1/2021 **Status:** ✅ Merged **Merged:** 3/9/2021 **Merged by:** [@NickeManarin](https://github.com/NickeManarin) **Base:** `master` ← **Head:** `feat/add-editorconfig` --- ### 📝 Commits (3) - [`1fc9e21`](https://github.com/NickeManarin/ScreenToGif/commit/1fc9e21efbd3b0040c65f9d7d45911297fd82eff) Add .editorconfig - [`55f48c5`](https://github.com/NickeManarin/ScreenToGif/commit/55f48c5e157cfd4e0f45db02234d58b87c77f22d) Remove unncessary .editorconfig rules - [`611ba7b`](https://github.com/NickeManarin/ScreenToGif/commit/611ba7b453662ccecb0341e44abd6e90e0f14352) Rewrite .editorconfig ### 📊 Changes **1 file changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.editorconfig` (+28 -0) </details> ### 📄 Description Close #743 Add `.editorconfig` to help maintain a consistent coding style. - Dotnet rules are too lengthy, so use the template from https://github.com/RehanSaeed/EditorConfig and stick to that coding style, which already seems to work fine with ScreenToGif's current codebase - Add a few custom rules for this codebase This will help clean up existing code a lot while editing them by removing trailing white spaces, keeping indentation consistent, etc. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-26 09:33:59 +03:00
Sign in to join this conversation.
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/ScreenToGif#1200
No description provided.