From 07f4cc1926e3d5a5c64ed7fab4faa4ae864ab112 Mon Sep 17 00:00:00 2001 From: Christian Oliff Date: Fri, 8 Mar 2019 03:02:44 +0900 Subject: [PATCH] HTTPS link to editorconfig.org (#134) --- .editorconfig | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.editorconfig b/.editorconfig index e844ca0..f3416ab 100644 --- a/.editorconfig +++ b/.editorconfig @@ -1,4 +1,4 @@ -## IDE-independent coding style via EditorConfig: http://editorconfig.org/ +## IDE-independent coding style via EditorConfig: https://editorconfig.org/ root = true @@ -8,4 +8,4 @@ indent_size = 4 end_of_line = crlf charset = utf-8 trim_trailing_whitespace = true -insert_final_newline = true \ No newline at end of file +insert_final_newline = true