mirror of
https://github.com/uklans/cache-domains
synced 2025-06-19 07:52:56 +02:00
Add editorconfig to enforcing formatting requirements
This commit is contained in:
parent
6099f46ab9
commit
4faef49667
8
.editorconfig
Normal file
8
.editorconfig
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[*]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
||||||
|
trim_trailing_whitespace = true
|
||||||
|
end_of_line = lf
|
||||||
|
insert_final_newline = true
|
@ -15,6 +15,7 @@ configuration which can be utilised with:
|
|||||||
|
|
||||||
1. Copy `config.example.json` to `config.json`.
|
1. Copy `config.example.json` to `config.json`.
|
||||||
2. Modify `config.json` to include your Cacheserver's IP(s) and the CDNs you plan to cache.
|
2. Modify `config.json` to include your Cacheserver's IP(s) and the CDNs you plan to cache.
|
||||||
|
|
||||||
The following example assumes a single shared Cacheserver IP:
|
The following example assumes a single shared Cacheserver IP:
|
||||||
```json
|
```json
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user