Add configurable indentation

This commit is contained in:
Misode
2021-06-26 19:19:51 +02:00
parent 56ab28f4d8
commit 2fb4848425
9 changed files with 94 additions and 41 deletions

View File

@@ -1 +1,8 @@
{}
{
"copy": "Copiar",
"indentation.2_spaces": "2 Espaços",
"indentation.4_spaces": "4 Espaços",
"indentation.tabs": "Guias",
"theme.dark": "Escuro",
"theme.light": "Claro"
}