editorconfig: vulkan.*, keybinds.* indent_size to 3 spaces, for now

pull/356/head
jackun 4 years ago
parent 6dbb1c2aa8
commit 9bb65654cb
No known key found for this signature in database
GPG Key ID: 119DB3F1D05A9ED3

@ -16,6 +16,9 @@ trim_trailing_whitespace = true
[src/overlay*{cpp,h}]
indent_size = 3
[src/{keybinds,vulkan}.{cpp,h}]
indent_size = 3
[src/mesa/**]
indent_size = 3

Loading…
Cancel
Save