Prefer .editorconfig over vscode-specific settings

This commit is contained in:
StyledStrike 2023-01-06 22:27:07 -03:00
parent e0d73b9d24
commit 36feabfba8
2 changed files with 5 additions and 5 deletions

5
.editorconfig Normal file
View File

@ -0,0 +1,5 @@
root = true
[*.lua]
indent_style = space
indent_size = 4

View File

@ -1,5 +0,0 @@
{
"editor.detectIndentation": false,
"editor.tabSize": 4,
"editor.insertSpaces": true
}