diff --git a/.vscode/settings.json b/.vscode/settings.json deleted file mode 100644 index 3993a6d..0000000 --- a/.vscode/settings.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "files.associations": { - "Dockerfile*": "dockerfile", - ".env*": "shellscript" - }, - "editor.tabSize": 4 -} diff --git a/.zed/settings.json b/.zed/settings.json deleted file mode 100644 index e6dca38..0000000 --- a/.zed/settings.json +++ /dev/null @@ -1,11 +0,0 @@ -// Folder-specific settings -// -// For a full list of overridable settings, and general information on folder-specific settings, -// see the documentation: https://zed.dev/docs/configuring-zed#settings-files -{ - "file_types": { - "Dockerfile": ["Dockerfile*"], - "Shell Script": [".env*"] - }, - "tab_size": 2 -}