diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 84b8a66..0000000 --- a/.editorconfig +++ /dev/null @@ -1,10 +0,0 @@ -# top-most EditorConfig file -root = true - -[*] -charset = utf-8 -end_of_line = lf -insert_final_newline = true -indent_style = tab -indent_size = 4 -tab_width = 4 diff --git a/.prettierrc b/.prettierrc index af0cfdf..1921422 100644 --- a/.prettierrc +++ b/.prettierrc @@ -1,4 +1,8 @@ { "printWidth": 120, - "tabWidth": 2 + "tabWidth": 2, + "useTabs": true, + "singleQuote": false, + "semi": true, + "trailingComma": "all" }