diff --git a/.editorconfig b/.editorconfig index 306e6324..00436cae 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,6 +1,6 @@ # For more information about the properties used in # this file, please see the EditorConfig documentation: -# http://editorconfig.org/ +# https://editorconfig.org/ root = true diff --git a/dist/doc/misc.md b/dist/doc/misc.md index be8de821..dd7f5eff 100644 --- a/dist/doc/misc.md +++ b/dist/doc/misc.md @@ -42,21 +42,21 @@ your team define and maintain consistent coding styles between different editors and IDEs. By default, `.editorconfig` includes some basic -[properties](http://editorconfig.org/#supported-properties) that reflect the +[properties](https://editorconfig.org/#supported-properties) that reflect the coding styles from the files provided by default, but you can easily change them to better suit your needs. In order for your editor/IDE to apply the -[properties](http://editorconfig.org/#supported-properties) from the +[properties](https://editorconfig.org/#supported-properties) from the `.editorconfig` file, you may need to [install a -plugin]( http://editorconfig.org/#download). +plugin]( https://editorconfig.org/#download). __N.B.__ If you aren't using the server configurations provided by HTML5 Boilerplate, we highly encourage you to configure your server to block access to `.editorconfig` files, as they can disclose sensitive information! For more details, please refer to the [EditorConfig -project](http://editorconfig.org/). +project](https://editorconfig.org/). ## Server Configuration diff --git a/src/doc/misc.md b/src/doc/misc.md index be8de821..dd7f5eff 100644 --- a/src/doc/misc.md +++ b/src/doc/misc.md @@ -42,21 +42,21 @@ your team define and maintain consistent coding styles between different editors and IDEs. By default, `.editorconfig` includes some basic -[properties](http://editorconfig.org/#supported-properties) that reflect the +[properties](https://editorconfig.org/#supported-properties) that reflect the coding styles from the files provided by default, but you can easily change them to better suit your needs. In order for your editor/IDE to apply the -[properties](http://editorconfig.org/#supported-properties) from the +[properties](https://editorconfig.org/#supported-properties) from the `.editorconfig` file, you may need to [install a -plugin]( http://editorconfig.org/#download). +plugin]( https://editorconfig.org/#download). __N.B.__ If you aren't using the server configurations provided by HTML5 Boilerplate, we highly encourage you to configure your server to block access to `.editorconfig` files, as they can disclose sensitive information! For more details, please refer to the [EditorConfig -project](http://editorconfig.org/). +project](https://editorconfig.org/). ## Server Configuration