diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..355b1fc0 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,10 @@ +root = true + +[*.swift] +indent_style = space +indent_size = 2 +tab_width = 2 +end_of_line = crlf +max_line_length = 180 +trim_trailing_whitespace = true +insert_final_newline = true \ No newline at end of file