diff options
| author | Yukihiro "Matz" Matsumoto <[email protected]> | 2021-06-19 11:06:03 +0900 |
|---|---|---|
| committer | GitHub <[email protected]> | 2021-06-19 11:06:03 +0900 |
| commit | 43eddfd4d52a1c21fb248b979fbcc7321fabe73b (patch) | |
| tree | ef6d0d18b8b0fbbfc2d834d6efd7a27d18ef5b31 /CONTRIBUTING.md | |
| parent | e1637e716a995c21d80b21a4f8103af3d8f5a837 (diff) | |
| parent | 625210f67c47f85a196aa7bc8998f40fbdd2c40d (diff) | |
| download | mruby-43eddfd4d52a1c21fb248b979fbcc7321fabe73b.tar.gz mruby-43eddfd4d52a1c21fb248b979fbcc7321fabe73b.zip | |
Merge pull request #5484 from jbampton/enable-markdownlint-rule
Enable markdownlint rule MD046 code-block-style
Diffstat (limited to 'CONTRIBUTING.md')
| -rw-r--r-- | CONTRIBUTING.md | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 39fd6504c..ab0ae11f5 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -82,13 +82,13 @@ on-demand. #### Insert a break after the function return value: - ```C - int - main(void) - { - ... - } - ``` +```c +int +main(void) +{ + ... +} +``` ### Ruby code |
