From c3821b1ab1dd339b05524f86a15e114844adb7d5 Mon Sep 17 00:00:00 2001 From: Tw93 Date: Mon, 12 Dec 2022 15:36:09 +0800 Subject: [PATCH] =?UTF-8?q?:bug:=20=E6=96=87=E6=A1=A3=E6=A0=BC=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .editorconfig | 2 +- CONTRIBUTING.md | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.editorconfig b/.editorconfig index 5561adb..259fb8e 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,7 +10,7 @@ trim_trailing_whitespace = true insert_final_newline = true # Use 4 spaces for Python, Rust and Bash files -[*.{py,rs,sh,md}] +[*.{py,rs,sh}] indent_size = 4 # Makefiles always use tabs for indentation diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index f913e7b..4c58c4d 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,11 +11,11 @@ graph LR ``` - `dev` branch - - `dev` is the developing branch. - - It's **RECOMMENDED** to commit feature PR to `dev`. + - `dev` is the developing branch. + - It's **RECOMMENDED** to commit feature PR to `dev`. - `master` branch - - `master` is the release branch, we will make tag and publish version on this branch. - - If it is a document modification, it can be submitted to this branch. + - `master` is the release branch, we will make tag and publish version on this branch. + - If it is a document modification, it can be submitted to this branch. ## Commit Log