Skip to content

Commit 640f39a

Browse files
committed
docs: Add rumdl to the README
1 parent 548fc44 commit 640f39a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
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

0 commit comments

Comments
 (0)