Change .editorconfig to reflect current state of the code (#1944)

Signed-off-by: Christian Burke <cr0ax64@gmail.com>
This commit is contained in:
cr0ax
2022-06-11 18:04:50 -07:00
committed by GitHub
parent 0f4aab24a8
commit 0c64c988d5

View File

@@ -2,7 +2,7 @@
root = true root = true
[*] [*]
indent_style = space indent_style = tab
indent_size = 2 indent_size = 2
tab_width = 2 tab_width = 2
end_of_line = lf end_of_line = lf