Last active
October 10, 2024 09:02
-
-
Save Jeehut/e5b7559da355a1f243d9c012fe63edc4 to your computer and use it in GitHub Desktop.
This file should be added to every SwiftPM project to ensure Xcode 16+ has the same indentation settings for everyone.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# EditorConfig is awesome: https://editorconfig.org | |
root = true | |
[*] | |
indent_style = space | |
tab_width = 8 | |
indent_size = 4 | |
end_of_line = lf | |
insert_final_newline = true | |
max_line_length = 160 | |
trim_trailing_whitespace = true |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment