From 9e844c5e3cd64823ac4557cc941cbd26a501422e Mon Sep 17 00:00:00 2001 From: Alessandro Mauri Date: Tue, 27 Oct 2020 11:19:13 +0100 Subject: [PATCH] fixed dead links and long line --- src/commonsizes.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/commonsizes.md b/src/commonsizes.md index ccb5931..5368ab1 100644 --- a/src/commonsizes.md +++ b/src/commonsizes.md @@ -22,8 +22,10 @@ only the lines that matter excluding stuff like documentation and so on. So entries marked with *"x"* mean that they were re-counted using the following command (that's a big command): -``` -cloc --exclude-lang='make,m4,YAML,SVG,CMake,DTD,Markdown,CSS,Meson,diff,Dockerfile,NAnt script,HTML,TeX,PO File,reStructuredText,vim script,AsciiDoc' +```sh +$ cloc --exclude-lang='make,m4,YAML,SVG,CMake,DTD,Markdown,CSS,\ +Meson,diff,Dockerfile,NAnt script,HTML,TeX,PO File,reStructuredText,\ +vim script,AsciiDoc' ``` ## Init systems @@ -335,3 +337,4 @@ Stuff that doesn't fit any other category (for now) | pass | 2.8K | x [1]: https://github.com/boyter/scc +[2]: https://github.com/AlDanial/cloc