File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ An example `.swift-format` configuration file is shown below.
107
107
108
108
In the ` rules ` block of ` .swift-format ` , you can specify which rules to apply
109
109
when linting and formatting your project. Read the
110
- [ rules documentation] ( Documentation/ RuleDocumentation.md) to see the list of all
110
+ [ rules documentation] ( RuleDocumentation.md ) to see the list of all
111
111
supported linter and formatter rules, and their overview.
112
112
113
113
You can also run this command to see the list of rules in the default
Original file line number Diff line number Diff line change 5
5
6
6
Use the rules below in the ` rules ` block of your ` .swift-format `
7
7
configuration file, as described in
8
- [ Configuration] ( Documentation/ Configuration.md) . All of these rules can be
8
+ [ Configuration] ( Configuration.md ) . All of these rules can be
9
9
applied in the linter, but only some of them can format your source code
10
10
automatically.
11
11
You can’t perform that action at this time.
0 commit comments