Coding style change

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui 2019-02-07 21:37:13 +00:00
parent 22bc79369e
commit 049cc94e7a
No known key found for this signature in database
GPG Key ID: 37C999F617EA1A47
1 changed files with 2 additions and 2 deletions

View File

@ -1,5 +1,5 @@
root = true
[*.{c,h}]
indent_style = space
indent_size = 2
indent_style = tab
indent_size = 8
max_line_length = 90