File tree Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Expand file tree Collapse file tree 3 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 1+ # Formatting repository
2+ 611919271c6a30badcc7d7dfedc56d4ea28740f8
Original file line number Diff line number Diff line change 5757 with :
5858 license_header_check_project_name : " Swift"
5959 api_breakage_check_enabled : false
60- format_check_enabled : false
60+ format_check_enabled : true
6161
6262 space-format-check :
6363 name : Space format check
Original file line number Diff line number Diff line change @@ -64,6 +64,13 @@ code of conduct defined by the Contributor Covenant. This document is used
6464across many open source communities, and we think it articulates our values
6565well. For more, see the [ Code of Conduct] ( https://swift.org/code-of-conduct/ ) .
6666
67+ Once the repository is clone, configure your local repository so blame ignores some commits:
68+
69+ ```
70+ git config blame.ignoreRevsFile .git-blame-ignore-revs
71+ ```
72+
73+
6774License
6875-------
6976See https://swift.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments