Skip to content

Commit

Permalink
blame ignore and contributing update
Browse files Browse the repository at this point in the history
  • Loading branch information
aronwk-aaron committed Jul 28, 2022
1 parent 19e77a3 commit 0e46b87
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# format codebase
19e77a38d837ce781ba0ca6ea8e78b67a6e3b5a5
11 changes: 10 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,15 @@ added, which produced InvalidScript errors.

Check out a compiled list of development resources and tools [here](https://lu-dev.net/).


Please use [.editorconfig](https://editorconfig.org/#pre-installed) with your preferred IDE.

And run:
```bash
git config blame.ignoreRevsFile .git-blame-ignore-revs
```
to ignore the gitblame of mass formatting commits

## Coding Style

This project has gone through multiple iterations of coding style. In the code you'll find a number of different coding styles in use. What follows is the preferred style for this project.
Expand Down Expand Up @@ -154,7 +163,7 @@ if (x) {
}
```

Instead of
Instead of

```cpp
if ( x ) {
Expand Down

0 comments on commit 0e46b87

Please sign in to comment.