updating state while deleting GCodes, delete GCodes option for macros , added prettier,

This commit is contained in:
sanjayk03-dev
2024-01-23 11:07:50 +05:30
parent 62635afea3
commit 4fe0b90fff
6 changed files with 133 additions and 47 deletions

8
.prettierrc Normal file
View File

@@ -0,0 +1,8 @@
{
"tabWidth": 2,
"arrowParens": "avoid",
"bracketSameLine": true,
"bracketSpacing": true,
"trailingComma": "all",
"printWidth": 120
}