mirror of
https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator
synced 2024-11-05 20:30:05 +00:00
Add .editorconfig file to configure supporting editors to use proper whitespaces for indentation
This commit is contained in:
parent
25d9b2c0ec
commit
ff472352b9
5
src/.editorconfig
Normal file
5
src/.editorconfig
Normal file
@ -0,0 +1,5 @@
|
|||||||
|
root = true
|
||||||
|
|
||||||
|
[**.{cpp,h}]
|
||||||
|
indent_style = space
|
||||||
|
indent_size = 4
|
Loading…
Reference in New Issue
Block a user