Skip to content

Commit 0c7e7f3

Browse files
authored
Add .editorconfig (#78087)
This sets indentation following established precedent. The file itself is identical to the one used by the `swift-syntax` repository.
1 parent fe00d20 commit 0c7e7f3

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.editorconfig

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# editorconfig.org
2+
3+
root = true
4+
5+
[*]
6+
indent_style = space
7+
indent_size = 2
8+
trim_trailing_whitespace = true
9+
insert_final_newline = true

0 commit comments

Comments
 (0)