We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f1b5430 commit de7e604Copy full SHA for de7e604
extensions/positron-r/.zed/settings.json
@@ -0,0 +1,19 @@
1
+// Folder-specific settings
2
+//
3
+// For a full list of overridable settings, and general information on folder-specific settings,
4
+// see the documentation: https://zed.dev/docs/configuring-zed#settings-files
5
+{
6
+ "languages": {
7
+ "TypeScript": {
8
+ "tab_size": 2,
9
+ "hard_tabs": true,
10
+ "ensure_final_newline_on_save": true,
11
+ "remove_trailing_whitespace_on_save": true,
12
+ "format_on_save": "on",
13
+ "formatter": "language_server",
14
+ "code_actions_on_format": {
15
+ "source.fixAll.eslint": false
16
+ }
17
18
19
+}
0 commit comments