From f8a3cd77adb4bc8ecb5f4ac18b771b0759f886d8 Mon Sep 17 00:00:00 2001 From: "rick.chan" Date: Fri, 11 Oct 2024 14:15:19 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=E9=85=8D=E7=BD=AE=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: rick.chan --- Software/Applications/Clang/Clang_Format_自定义风格.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Software/Applications/Clang/Clang_Format_自定义风格.md b/Software/Applications/Clang/Clang_Format_自定义风格.md index fa62411..d42e50d 100644 --- a/Software/Applications/Clang/Clang_Format_自定义风格.md +++ b/Software/Applications/Clang/Clang_Format_自定义风格.md @@ -445,6 +445,9 @@ Standard: Cpp11 TabWidth: '4' UseTab: ForIndentation +SortIncludes: true +AlignConsecutiveAssignments: Consecutive + ... ```