diff --git a/.editorconfig b/.editorconfig index 58e3649ad..d305bd294 100644 --- a/.editorconfig +++ b/.editorconfig @@ -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