indent_style space->tab 변경

This commit is contained in:
2025-11-12 13:55:04 +09:00
parent 93e2b2567d
commit f8d4c823c7

View File

@@ -1,7 +1,7 @@
root = true
[*]
indent_style = space
indent_style = tab
indent_size = 2
end_of_line = lf
charset = utf-8