Skip to content

Instantly share code, notes, and snippets.

@Jeehut
Last active October 10, 2024 09:02
Show Gist options
  • Save Jeehut/e5b7559da355a1f243d9c012fe63edc4 to your computer and use it in GitHub Desktop.
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.
# 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