From 43b96652525481fb6bdb3d0c23b79b51e2e8a09f Mon Sep 17 00:00:00 2001 From: Nato Boram Date: Fri, 10 Jul 2020 02:09:10 -0400 Subject: [PATCH] max_line_length --- .editorconfig | 4 ++-- .markdownlint.json | 4 +++- README.md | 3 ++- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.editorconfig b/.editorconfig index 59d9a3a..9ce0756 100644 --- a/.editorconfig +++ b/.editorconfig @@ -3,14 +3,14 @@ root = true [*] charset = utf-8 -indent_style = space indent_size = 2 +indent_style = space insert_final_newline = true +max_line_length = 140 trim_trailing_whitespace = true [*.ts] quote_type = single [*.md] -max_line_length = off trim_trailing_whitespace = false diff --git a/.markdownlint.json b/.markdownlint.json index 365142d..85ecce0 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -1,4 +1,6 @@ { - "line-length": false, + "line-length": { + "line_length": 140 + }, "no-duplicate-heading": false } diff --git a/README.md b/README.md index d9911b3..de59119 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,8 @@ You can view this website on [GitLab Pages](https://natoboram.gitlab.io/public-g **NOTE :** All of these (except `ipfs.io` and `dweb.link`) are hosted by third-parties and should be treated as such. -If you'd like to add a new public gateway, please go to [github.com/ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker), submit a pull request then open an issue [here](https://gitlab.com/NatoBoram/public-gateway-cacher/issues/new). +If you'd like to add a new public gateway, please go to +[github.com/ipfs/public-gateway-checker](https://github.com/ipfs/public-gateway-checker), submit a pull request then open an issue [here](https://gitlab.com/NatoBoram/public-gateway-cacher/issues/new). ## Angular