From 68dfab2bf1b59bd29df61cb1bb01b5640dfc8f0f Mon Sep 17 00:00:00 2001 From: Laurent Le Houerou Date: Tue, 11 Jun 2024 22:19:33 +0400 Subject: [PATCH] toml cursor cofnig --- cursor/.config/Cursor/User/settings.json | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/cursor/.config/Cursor/User/settings.json b/cursor/.config/Cursor/User/settings.json index 89f6320..5b990f2 100644 --- a/cursor/.config/Cursor/User/settings.json +++ b/cursor/.config/Cursor/User/settings.json @@ -62,9 +62,14 @@ "[json]": { "editor.defaultFormatter": "esbenp.prettier-vscode" }, + "[toml]": { + "editor.defaultFormatter": "tamasfe.even-better-toml" + }, "cursor.chat.smoothStreaming": true, - "godotTools.lsp.serverPort": 6005, "debug.console.fontFamily": "FiraCode Nerd Font Mono", "git.openRepositoryInParentFolders": "never", - "typescript.updateImportsOnFileMove.enabled": "always" + "typescript.updateImportsOnFileMove.enabled": "always", + "evenBetterToml.formatter.indentEntries": true, + "evenBetterToml.formatter.indentTables": true, + "evenBetterToml.formatter.trailingNewline": true }