Set default indent style to space

This commit is contained in:
Goooler
2022-11-14 09:53:52 +08:00
committed by GitHub
parent 68fe426ac9
commit f578bf5286

View File

@@ -3,6 +3,7 @@ root = true
[*]
charset = utf-8
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 100
trim_trailing_whitespace = true