diff --git a/projects/.EditorConfig b/projects/.EditorConfig new file mode 100644 index 0000000..7d1482c --- /dev/null +++ b/projects/.EditorConfig @@ -0,0 +1,7 @@ +[*] +end_of_line = lf +insert_final_newline = true +indent_style = space +indent_size = 2 +trim_trailing_whitespace = true +max_line_length = 80