vgpu_unlock/.editorconfig
jonpas 8a6353e0a6
Add EditorConfig and Force LF line endings (#18)
* Add EditorConfig and set git LF line endings
2021-04-12 00:11:30 +02:00

20 lines
258 B
INI

root = true
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
indent_style = space
indent_size = 4
trim_trailing_whitespace = true
[*.{c,h}]
indent_style = tab
indent_size = 8
[*.ld]
indent_size = 2
[*.md]
trim_trailing_whitespace = false