Add option to align right (#124)

This commit is contained in:
2025-01-24 14:39:17 +01:00
committed by GitHub
parent 9de39752f3
commit 9c94a351ee
6 changed files with 68 additions and 14 deletions

View File

@@ -1,7 +1,7 @@
{
"tabWidth": 2,
"useTabs": false,
"printWidth": 180,
"printWidth": 120,
"singleQuote": false,
"semi": true
}