Skip to content

Commit

Permalink
Merge pull request #2142 from jparise/editorconfig-swift
Browse files Browse the repository at this point in the history
editorconfig: add swift style
  • Loading branch information
mitchellh authored Aug 24, 2024
2 parents 98f7ed2 + fe5fb60 commit 14b0443
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -7,3 +7,8 @@ indent_style = space
[bash-preexec.sh]
indent_size = 4
indent_style = space

[*.swift]
indent_size = 4
indent_style = space
trim_trailing_whitespace = true

0 comments on commit 14b0443

Please sign in to comment.