Commit 3bec501
authored
Add .editorconfig (#215)
Xcode 16 added support for EditorConfig files. This is a nice way to
manage per-project editor settings. Xcode 16 reads .editorconfig files
by default, but users can disable EditorConfig support in Xcode's
settings if they want.
This project's lint rules expect 2-space indentation. This change adds
an initial .editorconfig file that configures the indentation style plus
some whitespace settings.1 parent dbd67c2 commit 3bec501
1 file changed
Lines changed: 5 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
0 commit comments