|
| 1 | +{ |
| 2 | + "file_types": { |
| 3 | + "env": [".env", ".env.*"], |
| 4 | + "GitHub Actions": ["**/.github/workflows/*.yml", "**/.github/workflows/*.yaml"] |
| 5 | + }, |
| 6 | + "hidden_files": [".DS_Store"], |
| 7 | + "file_scan_exclusions": [".git", ".DS_Store"], |
| 8 | + "formatter": { |
| 9 | + "language_server": { |
| 10 | + "name": "oxfmt" |
| 11 | + } |
| 12 | + }, |
| 13 | + "format_on_save": "on", |
| 14 | + "code_actions_on_format": { |
| 15 | + "source.fixAll.oxc": true, |
| 16 | + "source.organizeImports.oxc": true |
| 17 | + }, |
| 18 | + "languages": { |
| 19 | + "JSON": { |
| 20 | + "language_servers": ["oxfmt", "json-language-server"] |
| 21 | + }, |
| 22 | + "JSONC": { |
| 23 | + "language_servers": ["oxfmt", "json-language-server"] |
| 24 | + }, |
| 25 | + "YAML": { |
| 26 | + "language_servers": ["oxfmt"] |
| 27 | + }, |
| 28 | + "GitHub Actions": { |
| 29 | + "language_servers": ["gh-actions-language-server", "oxfmt"] |
| 30 | + }, |
| 31 | + "Markdown": { |
| 32 | + "language_servers": ["markdown-oxide", "oxfmt"] |
| 33 | + }, |
| 34 | + "Swift": { |
| 35 | + "language_servers": ["sourcekit-lsp"], |
| 36 | + "formatter": { |
| 37 | + "external": { |
| 38 | + "command": "swiftformat", |
| 39 | + "arguments": ["--stdinpath", "{buffer_path}", "-"] |
| 40 | + } |
| 41 | + }, |
| 42 | + "code_actions_on_format": {} |
| 43 | + }, |
| 44 | + "Shell Script": { |
| 45 | + "language_servers": ["bash-language-server"], |
| 46 | + "formatter": "auto", |
| 47 | + "code_actions_on_format": {} |
| 48 | + }, |
| 49 | + "Just": { |
| 50 | + "language_servers": ["just-lsp"], |
| 51 | + "formatter": "auto", |
| 52 | + "code_actions_on_format": {} |
| 53 | + } |
| 54 | + } |
| 55 | +} |
0 commit comments