diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..2e3b63e4 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,7 @@ +[*.swift] +indent_style = space +indent_size = 4 +tab_width = 4 +end_of_line = lf +insert_final_newline = true +trim_trailing_whitespace = false