Skip to content

Commit

Permalink
feat: add more tman designer logics (#397)
Browse files Browse the repository at this point in the history
* feat: add more tman designer logics

* feat: add more tman designer logics
  • Loading branch information
halajohn authored Dec 15, 2024
1 parent bd03da3 commit 7dfbb80
Show file tree
Hide file tree
Showing 126 changed files with 3,124 additions and 1,157 deletions.
18 changes: 11 additions & 7 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,24 @@
"editor.wordWrapColumn": 80
},
"[python]": {
"editor.tabSize": 4,
"editor.defaultFormatter": "ms-python.black-formatter"
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.tabSize": 4
},
"black-formatter.args": [
"--line-length",
"80"
],
"debug.allowBreakpointsEverywhere": true,
"doxdocgen.c.commentPrefix": "/// ",
"doxdocgen.c.firstLine": "///",
"doxdocgen.c.lastLine": "///",
"doxdocgen.c.triggerSequence": "///",
"doxdocgen.generic.boolReturnsTrueFalse": false,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": "explicit"
},
"editor.formatOnSave": true,
"eslint.validate": [
"javascript",
"javascriptreact",
"typescript",
"typescriptreact"
],
"files.eol": "\n",
"files.trimFinalNewlines": true,
"files.trimTrailingWhitespace": true,
Expand Down
Loading

0 comments on commit 7dfbb80

Please sign in to comment.