diff --git a/.editorconfig b/.editorconfig new file mode 100644 index 00000000..41ee5510 --- /dev/null +++ b/.editorconfig @@ -0,0 +1,8 @@ +[*] +charset = utf-8 +end_of_line = lf +indent_size = 2 +indent_style = space +insert_final_newline = false +max_line_length = 120 +tab_width = 2 diff --git a/.prettierrc b/.prettierrc new file mode 100644 index 00000000..868c1b1c --- /dev/null +++ b/.prettierrc @@ -0,0 +1,4 @@ +{ + "editorconfig": "true", + "quoteProps": "preserve" +} \ No newline at end of file