Skip to content

Commit

Permalink
Add editor config file for consistent indentation in Xcode 16+
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut committed Dec 3, 2024
1 parent 154d93d commit eef1821
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# EditorConfig is awesome: https://editorconfig.org
root = true

[*]

indent_style = space
tab_width = 6
indent_size = 3

end_of_line = lf
insert_final_newline = true

max_line_length = 160
trim_trailing_whitespace = true

0 comments on commit eef1821

Please sign in to comment.