diff --git a/.editorconfig b/.editorconfig deleted file mode 100644 index 8920fb1..0000000 --- a/.editorconfig +++ /dev/null @@ -1,16 +0,0 @@ -root = true - -[*] -indent_style = tab -tab_width = 3 -end_of_line = lf -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[*.json] -indent_style = space -indent_size = 2 - -[*.md] -trim_trailing_whitespace = false diff --git a/.prettierignore b/.prettierignore deleted file mode 100644 index 72e8ffc..0000000 --- a/.prettierignore +++ /dev/null @@ -1 +0,0 @@ -* diff --git a/.vscode/extensions.json b/.vscode/extensions.json deleted file mode 100644 index fd5bdfe..0000000 --- a/.vscode/extensions.json +++ /dev/null @@ -1,5 +0,0 @@ -{ - "recommendations": [ - "editorconfig.editorconfig" - ] -}