Add option to align right

This commit is contained in:
2025-01-24 14:36:50 +01:00
parent 9de39752f3
commit 6d95ec8f4c
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
}