diff --git a/.editorconfig b/.editorconfig index bd0a94bd..f7ffb217 100644 --- a/.editorconfig +++ b/.editorconfig @@ -15,7 +15,7 @@ trim_trailing_whitespace = true indent_style = space indent_size = 2 -[scripts/**.js] +[*.js] indent_style = space indent_size = 2 @@ -34,3 +34,12 @@ indent_size = 2 [*.md] indent_style = space indent_size = 2 + +# Ignore paths +[**/vendor/**] +charset = unset +end_of_line = unset +insert_final_newline = unset +trim_trailing_whitespace = unset +indent_style = unset +indent_size = unset diff --git a/LICENSE b/LICENSE index 19da4218..a11a1087 100644 --- a/LICENSE +++ b/LICENSE @@ -6,8 +6,9 @@ The license is available in the 22 official languages of the EU. The English ver Please see https://joinup.ec.europa.eu/community/eupl/og_page/eupl for official translations of the other languages. This license applies to the whole project EXCEPT the files located under - - styles/vendor, and - - scripts/vendor + +- styles/vendor, and +- scripts/vendor whose licenses are located therein. ------------------------------------------------------------- diff --git a/README.md b/README.md index 15a056a9..1de6119b 100644 --- a/README.md +++ b/README.md @@ -179,16 +179,16 @@ Full usage available [here](https://discourse.pi-hole.net/t/pi-hole-api/1863). C ```json { - "domains_being_blocked":243038, - "dns_queries_today":2385, - "ads_blocked_today":414, - "ads_percentage_today":17.35849, - "unique_domains":429, - "queries_forwarded":1537, - "queries_cached":434, - "clients_ever_seen":5, - "unique_clients":5, - "status":"enabled" + "domains_being_blocked":243038, + "dns_queries_today":2385, + "ads_blocked_today":414, + "ads_percentage_today":17.35849, + "unique_domains":429, + "queries_forwarded":1537, + "queries_cached":434, + "clients_ever_seen":5, + "unique_clients":5, + "status":"enabled" } ```