From 92a787ca4cdecbbb7e2c1394d5192d5fa3dabf6d Mon Sep 17 00:00:00 2001 From: Ryan Date: Sat, 30 Jan 2021 22:00:56 +1100 Subject: [Docs] Use HTTPS for images and links where possible (#11695) --- docs/ja/coding_conventions_c.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/ja/coding_conventions_c.md') diff --git a/docs/ja/coding_conventions_c.md b/docs/ja/coding_conventions_c.md index fccd44a3ae..dcc2148148 100644 --- a/docs/ja/coding_conventions_c.md +++ b/docs/ja/coding_conventions_c.md @@ -54,7 +54,7 @@ int foo(void) { [Clang-format](https://clang.llvm.org/docs/ClangFormat.html) は LLVM の一部で、誰もが手動で整形するほど暇ではないため、コードを自動整形することができます。私たちは、上記のコーディング規約のほとんどを適用する設定ファイルを提供しています。空白と改行のみを変更するため、省略可能な括弧は自分で付け加えることを忘れないでください。 -Windows で clang-format を入手するには [full LLVM インストーラ](http://llvm.org/builds/)を使い、Ubuntu では `sudo apt install clang-format` を使ってください。 +Windows で clang-format を入手するには [full LLVM インストーラ](https://llvm.org/builds/)を使い、Ubuntu では `sudo apt install clang-format` を使ってください。 コマンドラインから実行する場合、オプションとして `-style=file` を渡すと、QMK ルートディレクトリ内の .clang-format 設定ファイルを自動的に見つけます。 -- cgit v1.2.3