max_line_length
parent
46146edf7f
commit
43b9665252
|
@ -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
|
||||
|
|
|
@ -1,4 +1,6 @@
|
|||
{
|
||||
"line-length": false,
|
||||
"line-length": {
|
||||
"line_length": 140
|
||||
},
|
||||
"no-duplicate-heading": false
|
||||
}
|
||||
|
|
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue