-
Notifications
You must be signed in to change notification settings - Fork 65
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(incentives): Adding Proto for Incentives Module (#125)
- Loading branch information
1 parent
e10d34f
commit 3670ca1
Showing
51 changed files
with
10,800 additions
and
198 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
{ | ||
"default": true, | ||
"MD004": { "style": "asterisk" }, | ||
"MD007": { "indent": 4 }, | ||
"MD024": { "siblings_only": true }, | ||
"MD025": false, | ||
"MD033": false, | ||
"MD034": false, | ||
"MD014": false, | ||
"no-hard-tabs": false, | ||
"whitespace": false | ||
} | ||
"default": true, | ||
"MD004": { "style": "asterisk" }, | ||
"MD007": { "indent": 4 }, | ||
"MD024": { "siblings_only": true }, | ||
"MD025": false, | ||
"MD033": false, | ||
"MD034": false, | ||
"MD014": false, | ||
"MD013": false, | ||
"no-hard-tabs": false, | ||
"whitespace": false | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.