1
0
forked from noxious/server

Made printWidth smaller for better readability, removed redundant services

This commit is contained in:
2025-01-04 20:42:32 +01:00
parent ae269be196
commit 9bdafd5026
11 changed files with 49 additions and 78 deletions

View File

@ -3,6 +3,6 @@
"semi": false,
"tabWidth": 2,
"singleQuote": true,
"printWidth": 300,
"printWidth": 200,
"trailingComma": "none"
}