isaacscript 2.0.6 → 2.0.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (148) hide show
  1. package/dist/src/commands/init/createMod.js +9 -9
  2. package/dist/src/commands/init/git.js +3 -3
  3. package/dist/src/commands/init/init.js +2 -2
  4. package/dist/src/commands/monitor/monitor.js +9 -9
  5. package/dist/src/commands/monitor/saveDatWriter/saveDatWriter.js +2 -2
  6. package/dist/src/configFile.js +1 -1
  7. package/dist/src/constants.js +12 -9
  8. package/dist/src/file.js +1 -1
  9. package/dist/src/main.js +3 -3
  10. package/dist/src/utils.js +5 -5
  11. package/dist/src/validateInIsaacScriptProject.js +1 -1
  12. package/package.json +10 -6
  13. package/.cspell.json +0 -25
  14. package/.eslintrc.js +0 -28
  15. package/.gitattributes +0 -9
  16. package/.github/workflows/ci.yml +0 -47
  17. package/.prettierignore +0 -5
  18. package/.prettierrc.js +0 -42
  19. package/.vscode/extensions.json +0 -9
  20. package/.vscode/settings.json +0 -75
  21. package/build.sh +0 -30
  22. package/check-file-updates.sh +0 -67
  23. package/check-file-updates.txt +0 -8
  24. package/check-gitignore.sh +0 -26
  25. package/check-orphaned-words.sh +0 -58
  26. package/dist/package.json +0 -51
  27. package/dist/src/checkForWindowsTerminalBugs.js.map +0 -1
  28. package/dist/src/commands/copy/copy.js.map +0 -1
  29. package/dist/src/commands/init/checkIfProjectPathExists.js.map +0 -1
  30. package/dist/src/commands/init/checkModSubdirectory.js.map +0 -1
  31. package/dist/src/commands/init/checkModTargetDirectory.js.map +0 -1
  32. package/dist/src/commands/init/createMod.js.map +0 -1
  33. package/dist/src/commands/init/getModsDir.js.map +0 -1
  34. package/dist/src/commands/init/getProjectPath.js.map +0 -1
  35. package/dist/src/commands/init/git.js.map +0 -1
  36. package/dist/src/commands/init/init.js.map +0 -1
  37. package/dist/src/commands/init/installVSCodeExtensions.js.map +0 -1
  38. package/dist/src/commands/init/promptSaveSlot.js.map +0 -1
  39. package/dist/src/commands/init/promptVSCode.js.map +0 -1
  40. package/dist/src/commands/monitor/copyWatcherMod.js.map +0 -1
  41. package/dist/src/commands/monitor/modDirectorySyncer/modDirectorySyncer.js.map +0 -1
  42. package/dist/src/commands/monitor/monitor.js.map +0 -1
  43. package/dist/src/commands/monitor/notifyGame.js.map +0 -1
  44. package/dist/src/commands/monitor/saveDatWriter/saveDatWriter.js.map +0 -1
  45. package/dist/src/commands/monitor/saveDatWriter/types.js.map +0 -1
  46. package/dist/src/commands/monitor/spawnSaveDatWriter.js.map +0 -1
  47. package/dist/src/commands/monitor/touchWatcherSaveDatFiles.js.map +0 -1
  48. package/dist/src/commands/publish/publish.js.map +0 -1
  49. package/dist/src/configFile.js.map +0 -1
  50. package/dist/src/constants.js.map +0 -1
  51. package/dist/src/exec.js.map +0 -1
  52. package/dist/src/file.js.map +0 -1
  53. package/dist/src/main.js.map +0 -1
  54. package/dist/src/parseArgs.js.map +0 -1
  55. package/dist/src/prompt.js.map +0 -1
  56. package/dist/src/types/Command.js.map +0 -1
  57. package/dist/src/types/Config.js.map +0 -1
  58. package/dist/src/types/GitHubCLIHostsYAML.js.map +0 -1
  59. package/dist/src/utils.js.map +0 -1
  60. package/dist/src/validateInIsaacScriptProject.js.map +0 -1
  61. package/dist/src/validateNodeVersion.js.map +0 -1
  62. package/dist/src/validateOS.js.map +0 -1
  63. package/eslint-debug.sh +0 -11
  64. package/file-templates/dynamic/README.md +0 -3
  65. package/file-templates/dynamic/gitignore +0 -144
  66. package/file-templates/dynamic/main.ts +0 -19
  67. package/file-templates/dynamic/metadata.vdf +0 -6
  68. package/file-templates/dynamic/metadata.xml +0 -8
  69. package/file-templates/dynamic/package.json +0 -20
  70. package/file-templates/static/.cspell.json.template +0 -21
  71. package/file-templates/static/.env_template +0 -2
  72. package/file-templates/static/.eslintrc.js +0 -24
  73. package/file-templates/static/.gitattributes +0 -9
  74. package/file-templates/static/.github/workflows/ci.yml +0 -53
  75. package/file-templates/static/.prettierignore +0 -14
  76. package/file-templates/static/.prettierrc.js +0 -42
  77. package/file-templates/static/.vscode/extensions.json +0 -10
  78. package/file-templates/static/.vscode/settings.json +0 -75
  79. package/file-templates/static/LICENSE +0 -674
  80. package/file-templates/static/build.sh +0 -15
  81. package/file-templates/static/check-orphaned-words.sh +0 -58
  82. package/file-templates/static/lint.sh +0 -39
  83. package/file-templates/static/nuke.sh +0 -18
  84. package/file-templates/static/plugins/addCrashDebugStatements.ts +0 -40
  85. package/file-templates/static/plugins/addIsaacScriptCommentHeader.ts +0 -37
  86. package/file-templates/static/plugins/noExtendedEnums.ts +0 -66
  87. package/file-templates/static/publish.sh +0 -10
  88. package/file-templates/static/run.sh +0 -10
  89. package/file-templates/static/src/bundleEntry.ts +0 -10
  90. package/file-templates/static/tsconfig.eslint.json +0 -11
  91. package/file-templates/static/tsconfig.json +0 -33
  92. package/file-templates/static/update.sh +0 -21
  93. package/file-templates/static-alt/.prettierignore-base +0 -5
  94. package/file-templates/static-alt/.prettierrc-base.js +0 -30
  95. package/file-templates/static-alt/.vscode/extensions-format.json +0 -8
  96. package/file-templates/static-alt/.vscode/extensions-typescript.json +0 -9
  97. package/file-templates/static-alt/.vscode/settings-typescript.json +0 -63
  98. package/file-templates/static-alt/check-file-updates.sh +0 -67
  99. package/isaacscript-watcher/.luacheckrc +0 -96
  100. package/isaacscript-watcher/README.md +0 -8
  101. package/isaacscript-watcher/main.lua +0 -270
  102. package/isaacscript-watcher/metadata.xml +0 -7
  103. package/isaacscript-watcher/resources/gfx/logo.anm2 +0 -27
  104. package/isaacscript-watcher/resources/gfx/logo.png +0 -0
  105. package/lint.sh +0 -38
  106. package/misc/logo.png +0 -0
  107. package/misc/mouseover.png +0 -0
  108. package/nuke.sh +0 -18
  109. package/publish.sh +0 -11
  110. package/src/checkForWindowsTerminalBugs.ts +0 -106
  111. package/src/commands/copy/copy.ts +0 -41
  112. package/src/commands/init/checkIfProjectPathExists.ts +0 -34
  113. package/src/commands/init/checkModSubdirectory.ts +0 -20
  114. package/src/commands/init/checkModTargetDirectory.ts +0 -42
  115. package/src/commands/init/createMod.ts +0 -196
  116. package/src/commands/init/getModsDir.ts +0 -107
  117. package/src/commands/init/getProjectPath.ts +0 -111
  118. package/src/commands/init/git.ts +0 -249
  119. package/src/commands/init/init.ts +0 -93
  120. package/src/commands/init/installVSCodeExtensions.ts +0 -47
  121. package/src/commands/init/promptSaveSlot.ts +0 -27
  122. package/src/commands/init/promptVSCode.ts +0 -33
  123. package/src/commands/monitor/copyWatcherMod.ts +0 -54
  124. package/src/commands/monitor/modDirectorySyncer/modDirectorySyncer.ts +0 -67
  125. package/src/commands/monitor/monitor.ts +0 -180
  126. package/src/commands/monitor/notifyGame.ts +0 -59
  127. package/src/commands/monitor/saveDatWriter/saveDatWriter.ts +0 -145
  128. package/src/commands/monitor/saveDatWriter/types.ts +0 -6
  129. package/src/commands/monitor/spawnSaveDatWriter.ts +0 -36
  130. package/src/commands/monitor/touchWatcherSaveDatFiles.ts +0 -20
  131. package/src/commands/publish/publish.ts +0 -392
  132. package/src/configFile.ts +0 -80
  133. package/src/constants.ts +0 -85
  134. package/src/exec.ts +0 -125
  135. package/src/file.ts +0 -235
  136. package/src/main.ts +0 -131
  137. package/src/parseArgs.ts +0 -127
  138. package/src/prompt.ts +0 -109
  139. package/src/types/Command.ts +0 -3
  140. package/src/types/Config.ts +0 -23
  141. package/src/types/GitHubCLIHostsYAML.ts +0 -7
  142. package/src/utils.ts +0 -92
  143. package/src/validateInIsaacScriptProject.ts +0 -35
  144. package/src/validateNodeVersion.ts +0 -29
  145. package/src/validateOS.ts +0 -20
  146. package/tsconfig.eslint.json +0 -11
  147. package/tsconfig.json +0 -21
  148. package/update.sh +0 -21
@@ -1,144 +0,0 @@
1
- # Per-user IsaacScript settings
2
- isaacscript.json
3
-
4
- # The transpiled Lua output
5
- mod/main.lua
6
-
7
- # MacOS artifacts
8
- .DS_Store
9
-
10
- # ------------------------------
11
- # GitHub Node.gitignore template
12
- # https://raw.githubusercontent.com/github/gitignore/master/Node.gitignore
13
- # ------------------------------
14
-
15
- # Logs
16
- logs
17
- *.log
18
- npm-debug.log*
19
- yarn-debug.log*
20
- yarn-error.log*
21
- lerna-debug.log*
22
- .pnpm-debug.log*
23
-
24
- # Diagnostic reports (https://nodejs.org/api/report.html)
25
- report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json
26
-
27
- # Runtime data
28
- pids
29
- *.pid
30
- *.seed
31
- *.pid.lock
32
-
33
- # Directory for instrumented libs generated by jscoverage/JSCover
34
- lib-cov
35
-
36
- # Coverage directory used by tools like istanbul
37
- coverage
38
- *.lcov
39
-
40
- # nyc test coverage
41
- .nyc_output
42
-
43
- # Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files)
44
- .grunt
45
-
46
- # Bower dependency directory (https://bower.io/)
47
- bower_components
48
-
49
- # node-waf configuration
50
- .lock-wscript
51
-
52
- # Compiled binary addons (https://nodejs.org/api/addons.html)
53
- build/Release
54
-
55
- # Dependency directories
56
- node_modules/
57
- jspm_packages/
58
-
59
- # Snowpack dependency directory (https://snowpack.dev/)
60
- web_modules/
61
-
62
- # TypeScript cache
63
- *.tsbuildinfo
64
-
65
- # Optional npm cache directory
66
- .npm
67
-
68
- # Optional eslint cache
69
- .eslintcache
70
-
71
- # Optional stylelint cache
72
- .stylelintcache
73
-
74
- # Microbundle cache
75
- .rpt2_cache/
76
- .rts2_cache_cjs/
77
- .rts2_cache_es/
78
- .rts2_cache_umd/
79
-
80
- # Optional REPL history
81
- .node_repl_history
82
-
83
- # Output of 'npm pack'
84
- *.tgz
85
-
86
- # Yarn Integrity file
87
- .yarn-integrity
88
-
89
- # dotenv environment variable files
90
- .env
91
- .env.development.local
92
- .env.test.local
93
- .env.production.local
94
- .env.local
95
-
96
- # parcel-bundler cache (https://parceljs.org/)
97
- .cache
98
- .parcel-cache
99
-
100
- # Next.js build output
101
- .next
102
- out
103
-
104
- # Nuxt.js build / generate output
105
- .nuxt
106
- dist
107
-
108
- # Gatsby files
109
- .cache/
110
- # Comment in the public line in if your project uses Gatsby and not Next.js
111
- # https://nextjs.org/blog/next-9-1#public-directory-support
112
- # public
113
-
114
- # vuepress build output
115
- .vuepress/dist
116
-
117
- # vuepress v2.x temp and cache directory
118
- .temp
119
- .cache
120
-
121
- # Docusaurus cache and generated files
122
- .docusaurus
123
-
124
- # Serverless directories
125
- .serverless/
126
-
127
- # FuseBox cache
128
- .fusebox/
129
-
130
- # DynamoDB Local files
131
- .dynamodb/
132
-
133
- # TernJS port file
134
- .tern-port
135
-
136
- # Stores VSCode versions used for testing VSCode extensions
137
- .vscode-test
138
-
139
- # yarn v2
140
- .yarn/cache
141
- .yarn/unplugged
142
- .yarn/build-state.yml
143
- .yarn/install-state.gz
144
- .pnp.*
@@ -1,19 +0,0 @@
1
- import { ModCallback } from "isaac-typescript-definitions";
2
-
3
- const MOD_NAME = "MOD-NAME-TO-REPLACE";
4
-
5
- export function main(): void {
6
- // Instantiate a new mod object, which grants the ability to add callback functions that
7
- // correspond to in-game events.
8
- const mod = RegisterMod(MOD_NAME, 1);
9
-
10
- // Set a callback function that corresponds to when a new run is started.
11
- mod.AddCallback(ModCallback.POST_GAME_STARTED, postGameStarted);
12
-
13
- // Print an initialization message to the "log.txt" file.
14
- Isaac.DebugString(`${MOD_NAME} initialized.`);
15
- }
16
-
17
- function postGameStarted() {
18
- Isaac.DebugString("Callback triggered: MC_POST_GAME_STARTED");
19
- }
@@ -1,6 +0,0 @@
1
- "workshopitem"
2
- {
3
- "appid" "250900"
4
- "publishedfileid" ""
5
- "contentfolder" "MOD-TARGET-DIR"
6
- }
@@ -1,8 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8" ?>
2
- <metadata>
3
- <name>MOD-NAME-TO-REPLACE</name>
4
- <directory>MOD-NAME-TO-REPLACE</directory>
5
- <description>MOD-NAME-TO-REPLACE is a currently a work in progress.</description>
6
- <version>1.0</version>
7
- <visibility />
8
- </metadata>
@@ -1,20 +0,0 @@
1
- {
2
- "name": "MOD-NAME-TO-REPLACE",
3
- "version": "0.0.1",
4
- "description": "A mod for The Binding of Isaac: Repentance",
5
- "keywords": [
6
- "isaac",
7
- "mod",
8
- "rebirth",
9
- "afterbirth",
10
- "repentance"
11
- ],
12
- "license": "GPL-3.0",
13
- "dependencies": {
14
- "isaac-typescript-definitions": "^0.0.1",
15
- "isaacscript": "^0.0.1",
16
- "isaacscript-common": "^0.0.1",
17
- "isaacscript-lint": "^0.0.1",
18
- "isaacscript-spell": "^0.0.1"
19
- }
20
- }
@@ -1,21 +0,0 @@
1
- {
2
- "$schema": "https://raw.githubusercontent.com/streetsidesoftware/cspell/main/cspell.schema.json",
3
- "version": "0.2",
4
- "import": [
5
- "isaacscript-spell/.cspell-isaacscript.json"
6
- ],
7
- "files": [
8
- "**"
9
- ],
10
- "ignorePaths": [
11
- "*.anm2",
12
- "*.pyc",
13
- "*.wav",
14
- ".git/**",
15
- "dist/**",
16
- "node_modules/**",
17
- "mod/main.lua",
18
- "mod/resources/rooms/**"
19
- ],
20
- "words": []
21
- }
@@ -1,2 +0,0 @@
1
- STEAM_USERNAME=""
2
- STEAM_PASSWORD=""
@@ -1,24 +0,0 @@
1
- // This is the configuration file for ESLint, the TypeScript linter:
2
- // https://eslint.org/docs/user-guide/configuring
3
- module.exports = {
4
- extends: [
5
- /**
6
- * The linter base is the IsaacScript mod config:
7
- * https://github.com/IsaacScript/eslint-config-isaacscript/blob/main/mod.js
8
- */
9
- "eslint-config-isaacscript/mod",
10
- ],
11
-
12
- parserOptions: {
13
- /**
14
- * ESLint needs to know about the project's TypeScript settings in order for TypeScript-specific
15
- * things to lint correctly. We do not point this at "./tsconfig.json" because certain files
16
- * (such at this file) should be linted but not included in the actual project output.
17
- */
18
- project: "./tsconfig.eslint.json",
19
- },
20
-
21
- rules: {
22
- // Insert changed or disabled rules here, if necessary.
23
- },
24
- };
@@ -1,9 +0,0 @@
1
- # Prevent Windows systems from cloning this repository with "\r\n" line endings.
2
- core.autocrlf=false
3
-
4
- # Prevent people from making merge commits:
5
- # https://www.endoflineblog.com/gitflow-considered-harmful
6
- pull.rebase=true
7
-
8
- # Convert all files to use "\n" line endings.
9
- * text=auto eol=lf
@@ -1,53 +0,0 @@
1
- name: CI
2
-
3
- on: [push, pull_request]
4
-
5
- jobs:
6
- build_and_lint:
7
- runs-on: ubuntu-latest
8
- steps:
9
- - name: Checkout the repository
10
- uses: actions/checkout@v2
11
-
12
- - name: Setup Node.js
13
- uses: actions/setup-node@v2
14
- with:
15
- # The default version is 14. The ESLint config requires Node 16 to work properly.
16
- node-version: "16"
17
-
18
- - name: Retrieve the cached "node_modules" directory (if present)
19
- uses: actions/cache@v2
20
- id: node-cache
21
- with:
22
- path: node_modules
23
- key: node-modules-${{ runner.os }}-${{ hashFiles('package-lock.json') }}
24
-
25
- - name: Install dependencies (if the cached directory was not found)
26
- if: steps.node-cache.outputs.cache-hit != 'true'
27
- run: npm ci
28
-
29
- - name: Install xmllint (which the "lint.sh" script uses)
30
- run: sudo apt-get update && sudo apt-get install libxml2-utils -y
31
-
32
- - name: Test to see if the project compiles
33
- run: bash build.sh
34
-
35
- - name: Perform automated checks
36
- run: bash lint.sh
37
-
38
- # To enable CI failure notifications over Discord, add a "DISCORD_WEBHOOK" secret to the
39
- # repository equal to the URL for the webhook, and then uncomment the lines below.
40
-
41
- #discord:
42
- # name: Discord Failure Notification
43
- # needs: [build_and_lint]
44
- # if: always() # This is needed to always run this job, even if the other jobs fail.
45
- # runs-on: ubuntu-latest
46
- # steps:
47
- # - uses: technote-space/workflow-conclusion-action@v2
48
- # - if: env.WORKFLOW_CONCLUSION != 'success' && env.WORKFLOW_CONCLUSION != 'cancelled'
49
- # uses: sarisia/actions-status-discord@v1
50
- # with:
51
- # webhook: ${{ secrets.DISCORD_WEBHOOK }}
52
- # status: ${{ env.WORKFLOW_CONCLUSION }}
53
- # title: ""
@@ -1,14 +0,0 @@
1
- # Ignore compiled output.
2
- dist
3
-
4
- # The VSCode CSpell plugin causes the file to become unformatted whenever a new word is added.
5
- .cspell.json
6
-
7
- # Ignore all of the XML files created by Basement Renovator.
8
- mod/content/rooms/**/*.xml
9
- mod/content/luarooms/**/*.xml
10
- mod/resources/rooms/**/*.xml
11
- mod/resources/luarooms/**/*.xml
12
-
13
- # Ignore all of the XML files created by the animation editor.
14
- mod/resources/**/*.anm2
@@ -1,42 +0,0 @@
1
- // This is the configuration file for Prettier, the auto-formatter:
2
- // https://prettier.io/docs/en/configuration.html
3
- module.exports = {
4
- // Always print trailing commas:
5
- // https://prettier.io/docs/en/options.html#trailing-commas
6
- // The default is "es5" - Trailing commas where valid in ES5 (objects, arrays, etc.). However,
7
- // always having trailing commas is objectively better. The Airbnb style guide agrees:
8
- // https://github.com/airbnb/javascript#commas--dangling
9
- // Prettier itself also acknowledges Nik Graf's blog in their official blog:
10
- // https://prettier.io/blog/2020/03/21/2.0.0.html
11
- // https://medium.com/@nikgraf/why-you-should-enforce-dangling-commas-for-multiline-statements-d034c98e36f8
12
- // Prettier will change the default in the future:
13
- // https://github.com/prettier/prettier/issues/9369
14
- trailingComma: "all",
15
-
16
- // We want to always use "lf" to be consistent with all platforms.
17
- endOfLine: "lf",
18
-
19
- // Allow proper formatting of JSONC files:
20
- // https://github.com/prettier/prettier/issues/5708
21
- overrides: [
22
- {
23
- files: ["**/.vscode/*.json", "**/tsconfig.json", "**/tsconfig.*.json"],
24
- options: {
25
- parser: "json5",
26
- quoteProps: "preserve",
27
- },
28
- },
29
- {
30
- files: ["**/*.xml"],
31
- options: {
32
- printWidth: 1000000,
33
- },
34
- },
35
- ],
36
-
37
- // Allow proper formatting of XML files:
38
- // https://github.com/prettier/plugin-xml#configuration
39
- // The default is "struct". However, whitespace cannot be reformatted unless this is set to
40
- // "ignore".
41
- xmlWhitespaceSensitivity: "ignore",
42
- };
@@ -1,10 +0,0 @@
1
- // These are Visual Studio Code extensions that are intended to be used with this particular
2
- // repository: https://go.microsoft.com/fwlink/?LinkId=827846
3
- {
4
- "recommendations": [
5
- "esbenp.prettier-vscode", // The TypeScript formatter
6
- "dbaeumer.vscode-eslint", // The TypeScript linter
7
- "streetsidesoftware.code-spell-checker", // A spell-checker extension based on cspell
8
- "typescript-to-lua.vscode-typescript-to-lua", // The TypeScriptToLua extension
9
- ],
10
- }
@@ -1,75 +0,0 @@
1
- // These are Visual Studio Code settings that should apply to this particular repository.
2
- {
3
- // ----------------
4
- // Vanilla settings
5
- // ----------------
6
-
7
- // This matches the Airbnb JavaScript style guide.
8
- "editor.rulers": [100],
9
- "editor.tabSize": 2,
10
-
11
- "files.associations": {
12
- "*.anm2": "xml", // anm2 files are just XML files
13
- "*.dat": "json", // Nearly all mods save JSON to the "save#.dat" file
14
- },
15
-
16
- // Linux line endings are used in this project.
17
- "files.eol": "\n",
18
-
19
- // Automatically removing all trailing whitespace when saving a file.
20
- "files.trimTrailingWhitespace": true,
21
-
22
- // Configure glob patterns for excluding files and folders in full text searches and quick open.
23
- "search.exclude": {
24
- "**/*.png": true,
25
- "**/*.wav": true,
26
- "dist/**": true,
27
- },
28
-
29
- // -----------------
30
- // Language settings
31
- // -----------------
32
-
33
- // By default, VSCode will not automatically fill-in function arguments.
34
- "javascript.suggest.completeFunctionCalls": true,
35
- "typescript.suggest.completeFunctionCalls": true,
36
-
37
- // Automatically run the formatter when certain files are saved.
38
- "[javascript]": {
39
- "editor.codeActionsOnSave": ["source.fixAll.eslint"],
40
- "editor.defaultFormatter": "esbenp.prettier-vscode",
41
- "editor.formatOnSave": true,
42
- "editor.tabSize": 2,
43
- },
44
- "[typescript]": {
45
- "editor.codeActionsOnSave": ["source.fixAll.eslint"],
46
- "editor.defaultFormatter": "esbenp.prettier-vscode",
47
- "editor.formatOnSave": true,
48
- "editor.tabSize": 2,
49
- },
50
- "[json]": {
51
- "editor.defaultFormatter": "esbenp.prettier-vscode",
52
- "editor.formatOnSave": true,
53
- "editor.tabSize": 2,
54
- },
55
- "[jsonc]": {
56
- "editor.defaultFormatter": "esbenp.prettier-vscode",
57
- "editor.formatOnSave": true,
58
- "editor.tabSize": 2,
59
- },
60
- "[yaml]": {
61
- "editor.defaultFormatter": "esbenp.prettier-vscode",
62
- "editor.formatOnSave": true,
63
- "editor.tabSize": 2,
64
- },
65
- "[xml]": {
66
- "editor.defaultFormatter": "esbenp.prettier-vscode",
67
- "editor.formatOnSave": true,
68
- "editor.tabSize": 2,
69
- },
70
- "[markdown]": {
71
- "editor.defaultFormatter": "esbenp.prettier-vscode",
72
- "editor.formatOnSave": true,
73
- "editor.tabSize": 2,
74
- },
75
- }