diff --git a/.editorconfig b/.editorconfig index 2087dd7..653466d 100644 --- a/.editorconfig +++ b/.editorconfig @@ -10,3 +10,6 @@ end_of_line = lf charset = utf-8 trim_trailing_whitespace = false insert_final_newline = true + +[*.yml] +indent_size = 2 diff --git a/.prettierrc.yml b/.prettierrc.yml deleted file mode 100644 index 0f4487e..0000000 --- a/.prettierrc.yml +++ /dev/null @@ -1 +0,0 @@ -tabWidth: 2