mirror of
https://github.com/DarkflameUniverse/DarkflameServer.git
synced 2024-12-03 12:13:38 +00:00
blame ignore and contributing update
This commit is contained in:
parent
19e77a38d8
commit
0e46b875a5
2
.git-blame-ignore-revs.txt
Normal file
2
.git-blame-ignore-revs.txt
Normal file
@ -0,0 +1,2 @@
|
||||
# format codebase
|
||||
19e77a38d837ce781ba0ca6ea8e78b67a6e3b5a5
|
@ -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.
|
||||
@ -154,7 +163,7 @@ if (x) {
|
||||
}
|
||||
```
|
||||
|
||||
Instead of
|
||||
Instead of
|
||||
|
||||
```cpp
|
||||
if ( x ) {
|
||||
|
Loading…
Reference in New Issue
Block a user