Paul Pacheco
|
fbe7118689
|
ci: Release only if tests pass (#1692)
Now we only create a release if the tests pass.
This is done by moving the release steps from appveyor to github actions.
|
2020-04-11 20:46:44 -05:00 |
|
James Frowen
|
b908107825
|
editor config (#1628)
* editor config
* Update .editorconfig
Co-Authored-By: Paul Pacheco <paulpach@gmail.com>
* Update .editorconfig
Co-authored-by: Paul Pacheco <paulpach@gmail.com>
|
2020-03-31 11:08:31 -05:00 |
|
James Frowen
|
b5a5a8f2f3
|
adding rule for methods (#1591)
|
2020-03-24 11:52:05 -05:00 |
|
Paul Pacheco
|
e545a21bd3
|
Switched braces to silent as suggested by Petris
|
2019-02-23 07:32:17 -06:00 |
|
Paul Pacheco
|
cd88964424
|
Don't suggest to add curly braces
Let's get real. This is all over the place:
```cs
if (LogFilter.Debug) Debug.Log(...);
```
Braces don't add value
|
2019-02-23 07:09:32 -06:00 |
|
MichalPetryka
|
cb6e68febc
|
Added .editorconfig (#405)
* Added .editorconfig
* Update .editorconfig
* Update .editorconfig
|
2019-02-17 19:48:00 -06:00 |
|