fix(.editorconfig): use correct syntax

This commit is contained in:
Michael Thomas 2023-08-11 20:07:35 -04:00
parent 8928ada527
commit 06c3950a97

View File

@ -1,5 +1,5 @@
root=true
[*]
indent_style: "tab"
indent_size: "2"
indent_style: tab
indent_size: 2