This commit is contained in:
2025-04-17 17:01:41 -03:00
parent 49ba8865ca
commit 631ef1501c
4 changed files with 48 additions and 94 deletions

View File

@@ -2,5 +2,6 @@
"tabWidth": 2,
"useTabs": false,
"semi": false,
"singleQuote": true
"singleQuote": true,
"printWidth": 120
}