mirror of
https://github.com/DualCoder/vgpu_unlock.git
synced 2025-08-03 11:26:24 -07:00
Adapt EditorConfig for kernel C
This commit is contained in:
parent
d8abf922b3
commit
daa54a4733
1 changed files with 4 additions and 0 deletions
|
@ -8,6 +8,10 @@ indent_style = space
|
||||||
indent_size = 4
|
indent_size = 4
|
||||||
trim_trailing_whitespace = true
|
trim_trailing_whitespace = true
|
||||||
|
|
||||||
|
[*.{c,h}]
|
||||||
|
indent_style = tab
|
||||||
|
indent_size = 8
|
||||||
|
|
||||||
[*.ld]
|
[*.ld]
|
||||||
indent_size = 2
|
indent_size = 2
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue