Skip to content

Instantly share code, notes, and snippets.

@nixjs
Created March 18, 2025 08:29
Show Gist options
  • Save nixjs/41e0a1a861f2660b16d871fe2236fdf9 to your computer and use it in GitHub Desktop.
Save nixjs/41e0a1a861f2660b16d871fe2236fdf9 to your computer and use it in GitHub Desktop.
{
"[css]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[html]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[javascript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"[javascriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[json]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[jsonc]": {
"editor.defaultFormatter": "vscode.json-language-features"
},
"[markdown]": {
"editor.wordBasedSuggestions": "matchingDocuments"
},
"[scss]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescript]": {
"editor.defaultFormatter": "esbenp.prettier-vscode"
},
"[typescriptreact]": {
"editor.defaultFormatter": "esbenp.prettier-vscode",
"editor.formatOnSave": true
},
"cSpell.userWords": [
"agones",
"Aptos",
"baseui",
"betslip",
"bignumber",
"clsx",
"COINFLIP",
"consts",
"Egones",
"enumify",
"Flickity",
"genor",
"huula",
"Immer",
"inhouse",
"Keccak",
"Leng",
"localstorage",
"muziverse",
"newsfeed",
"nextjs",
"Nghi",
"nghinv",
"nixjs",
"qrcode",
"reduxjs",
"Renderable",
"Socketor",
"Swiper",
"uuidv",
"zustand"
],
"editor.accessibilitySupport": "off",
"editor.bracketPairColorization.enabled": true,
"editor.foldingMaximumRegions": 10000,
"editor.fontFamily": "Sudo, Menlo, Monaco, 'Courier New', monospace",
"editor.fontSize": 15,
"editor.fontWeight": "normal",
"editor.formatOnPaste": true,
"editor.formatOnType": true,
"editor.guides.bracketPairs": "active",
"editor.largeFileOptimizations": false,
"editor.minimap.enabled": false,
"editor.minimap.maxColumn": 140,
"editor.quickSuggestionsDelay": 50,
"editor.tabSize": 4,
"editor.unicodeHighlight.allowedCharacters": {
"’": true
},
"eslint.alwaysShowStatus": true,
"files.autoSave": "off",
"files.exclude": {
"**/.DS_Store": true,
"**/.expo": true,
"**/.git": true,
"**/.hg": true,
"**/.svn": true,
"**/CVS": true
},
"html.format.wrapLineLength": 140,
"javascript.updateImportsOnFileMove.enabled": "always",
"jest.autoRun": "off",
"json.maxItemsComputed": 500000000,
"notebook.outline.showCodeCells": true,
"search.exclude": {
"**/bower_components": false,
"**/node_modules": false
},
"terminal.integrated.defaultProfile.osx": "zsh",
"terminal.integrated.env.osx": {
"FIG_NEW_SESSION": "1"
},
"typescript.updateImportsOnFileMove.enabled": "always",
"workbench.colorTheme": "One Dark Pro",
"workbench.iconTheme": "vscode-icons",
"workbench.colorCustomizations": {},
"editor.fontLigatures": false,
"editor.fontVariations": false,
"i18n-ally.ignoredLocales": [],
"sonarlint.rules": {
"typescript:S1440": {
"level": "on"
},
"typescript:S2427": {
"level": "on"
},
"typescript:S3512": {
"level": "on"
},
"typescript:S3786": {
"level": "on"
},
"typescript:S1821": {
"level": "on"
},
"typescript:S122": {
"level": "on"
},
"typescript:S6606": {
"level": "on"
},
"typescript:S6661": {
"level": "off"
},
"typescript:S4138": {
"level": "off"
},
"typescript:S4043": {
"level": "off"
},
"typescript:S6479": {
"level": "off"
},
"typescript:S6478": {
"level": "off"
},
"typescript:S4325": {
"level": "off"
},
"typescript:S2234": {
"level": "off"
},
"typescript:S125": {
"level": "off"
},
"typescript:S1874": {
"level": "off"
},
"typescript:S1135": {
"level": "off"
},
"typescript:S3776": {
"level": "off"
},
"typescript:S3358": {
"level": "off"
},
"typescript:S6544": {
"level": "off"
},
"typescript:S1186": {
"level": "off"
},
"typescript:S6564": {
"level": "off"
},
"typescript:S5852": {
"level": "off"
},
"typescript:S4030": {
"level": "off"
},
"typescript:S4782": {
"level": "off"
},
"typescript:S6594": {
"level": "off"
},
"typescript:S3516": {
"level": "off"
},
"typescript:S2245": {
"level": "off"
},
"typescript:S6397": {
"level": "off"
},
"typescript:S3923": {
"level": "off"
},
"typescript:S6439": {
"level": "off"
},
"typescript:S1854": {
"level": "off"
},
"typescript:S6557": {
"level": "off"
},
"typescript:S3699": {
"level": "off"
},
"typescript:S6572": {
"level": "off"
}
},
"nxConsole.showNodeVersionOnStartup": false,
"prettier.printWidth": 140,
"prettier.tabWidth": 4,
"prettier.semi": false,
"prettier.singleQuote": true,
"prettier.jsxSingleQuote": true,
"workbench.editor.enablePreview": false,
"explorer.compactFolders": false,
"solidity.telemetry": true,
"editor.codeActionsOnSave": {
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment