Coding style change
Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
parent
22bc79369e
commit
049cc94e7a
|
@ -1,5 +1,5 @@
|
|||
root = true
|
||||
[*.{c,h}]
|
||||
indent_style = space
|
||||
indent_size = 2
|
||||
indent_style = tab
|
||||
indent_size = 8
|
||||
max_line_length = 90
|
||||
|
|
Loading…
Reference in New Issue