Skip to content

Commit 6f67243

Browse files
committed
fix formatting
1 parent c3172aa commit 6f67243

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.rumdl.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@ respect_gitignore = true
4444
# [MD007]
4545
# indent = 4 # Unordered list indentation
4646

47-
# [MD013]
48-
# line_length = 100 # Line length
49-
# code_blocks = false # Exclude code blocks from line length check
50-
# tables = false # Exclude tables from line length check
51-
# headings = true # Include headings in line length check
47+
[MD013]
48+
line-length = 0
49+
reflow = true
50+
reflow-mode = "sentence-per-line"
51+
5252

5353
# [MD044]
5454
# names = ["rumdl", "Markdown", "GitHub"] # Proper names that should be capitalized correctly

code-of-conduct.md

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ further defined and clarified by project maintainers.
5555
## Enforcement
5656

5757
Instances of abusive, harassing, or otherwise unacceptable behavior may be
58-
reported by contacting the project team at [email protected]. All
58+
reported by contacting the project team at [[email protected]](mailto:[email protected]). All
5959
complaints will be reviewed and investigated and will result in a response that
6060
is deemed necessary and appropriate to the circumstances. The project team is
6161
obligated to maintain confidentiality with regard to the reporter of an incident.
@@ -67,8 +67,5 @@ members of the project's leadership.
6767

6868
## Attribution
6969

70-
This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
71-
available at [https://contributor-covenant.org/version/1/4][version]
72-
73-
[homepage]: https://contributor-covenant.org
74-
[version]: https://contributor-covenant.org/version/1/4/
70+
This Code of Conduct is adapted from the [Contributor Covenant](https://contributor-covenant.org), version 1.4,
71+
available at [https://contributor-covenant.org/version/1/4](https://contributor-covenant.org/version/1/4/)

0 commit comments

Comments
 (0)