Localized new location textbox

This commit is contained in:
Donkie
2023-10-10 20:36:55 +02:00
parent 43168fc75e
commit ea322559d9
4 changed files with 15 additions and 11 deletions

View File

@@ -1,3 +1,11 @@
{
"printWidth": 120
"printWidth": 120,
"overrides": [
{
"files": ["*.json"],
"options": {
"tabWidth": 4
}
}
]
}