File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ An example `.swift-format` configuration file is shown below.
110
110
111
111
In the ` rules ` block of ` .swift-format ` , you can specify which rules to apply
112
112
when linting and formatting your project. Read the
113
- [ rules documentation] ( Documentation/ RuleDocumentation.md) to see the list of all
113
+ [ rules documentation] ( RuleDocumentation.md ) to see the list of all
114
114
supported linter and formatter rules, and their overview.
115
115
116
116
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