Skip to content

Commit 2d6f589

Browse files
authored
Merge pull request #665 from szaffarano/docs/update-readme
docs: Add rumdl to the README
2 parents 548fc44 + 0bf58ae commit 2d6f589

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,14 +246,17 @@ use nix
246246
- [clang-format](https://clang.llvm.org/docs/ClangFormat.html).\
247247
You may restrict which languages should be formatted by `clang-format` using
248248
`clang-format.types_or`. For example to check only C and C++ files:
249+
249250
```nix
250251
clang-format = {
251252
enable = true;
252253
types_or = lib.mkForce [ "c" "c++" ];
253254
};
254255
```
256+
255257
Otherwise, the default internal list is used which includes everything that
256258
clang-format supports.
259+
257260
- [clang-tidy](https://clang.llvm.org/extra/clang-tidy/)
258261
- [cmake-format](https://cmake-format.readthedocs.io/en/latest/)
259262

@@ -380,6 +383,7 @@ use nix
380383
- [mdformat](https://github.com/hukkin/mdformat)
381384
- [mdl](https://github.com/markdownlint/markdownlint/)
382385
- [mdsh](https://zimbatm.github.io/mdsh/)
386+
- [rumdl](https://github.com/rvben/rumdl)
383387

384388
### Nix
385389

flake.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)