Fix Editor Config's indent setting (tab to tabs)

This commit is contained in:
heliguy
2025-01-05 23:08:53 -05:00
parent 39fc1bfd67
commit 92da6e1e81

View File

@@ -1,6 +1,6 @@
root = true
[*]
indent_style = tabs
indent_style = tab
indent_size = 4
max_line_length = 160
trim_trailing_whitespace = true