Skip to content

Commit eef1821

Browse files
committed
Add editor config file for consistent indentation in Xcode 16+
1 parent 154d93d commit eef1821

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.editorconfig

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# EditorConfig is awesome: https://editorconfig.org
2+
root = true
3+
4+
[*]
5+
6+
indent_style = space
7+
tab_width = 6
8+
indent_size = 3
9+
10+
end_of_line = lf
11+
insert_final_newline = true
12+
13+
max_line_length = 160
14+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)