Skip to content

Commit

Permalink
delete Use an editor that supports Editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
Catrya committed Apr 12, 2024
1 parent d5320d8 commit 2526fb5
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,10 +63,6 @@ From https://chris.beams.io/posts/git-commit/#seven-rules:
See https://github.com/blog/2144-gpg-signature-verification for background and
https://help.github.com/articles/signing-commits-with-gpg/ for instructions.

### Use an editor that supports Editorconfig

The [.editorconfig](.editorconfig) settings in this repository ensure consistent management of whitespace. Most modern editors support it natively or with plugin. See http://editorconfig.org for details.

### Keep the git history clean

It's very important to keep the git history clear, light and easily browsable. This means contributors must make sure their pull requests include only meaningful commits (if they are redundant or were added after a review, they should be removed) and _no merge commits_.
It's very important to keep the git history clear, light and easily browsable. This means contributors must make sure their pull requests include only meaningful commits (if they are redundant or were added after a review, they should be removed) and _no merge commits_.

0 comments on commit 2526fb5

Please sign in to comment.