File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments