Commit 5720222
authored
Add an EditorConfig file (#600)
Add an EditorConfig (`.editorconfig`) file to this repo.
### Motivation:
[EditorConfig](https://editorconfig.org) helps maintain consistent
coding styles for multiple developers working on the same project across
various editors and IDEs. It will be helpful to add one of these files
to swift-testing so that all contributors use the whitespace conventions
described in our [style
guide](https://github.com/swiftlang/swift-testing/blob/main/Documentation/StyleGuide.md)
automatically when using a supported IDE/editor.
Note that Xcode 16 Beta has added support for EditorConfig files — see
20796230 in the [release
notes](https://developer.apple.com/documentation/xcode-release-notes/xcode-16-release-notes).
### Checklist:
- [x] Code and documentation should follow the style of the [Style
Guide](https://github.com/apple/swift-testing/blob/main/Documentation/StyleGuide.md).
- [x] If public symbols are renamed or modified, DocC references should
be updated.1 parent 294544a commit 5720222
1 file changed
+11
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
0 commit comments