1
0
mirror of https://github.com/pikvm/packages.git synced 2025-04-19 07:22:15 +03:00

.editorconfig

This commit is contained in:
Maxim Devaev 2021-07-25 04:27:45 +03:00
parent 314bf66ec7
commit eb50e21a85

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_file = lf
indent_style = tab
indent_size = 4
[*.{py,yaml}]
indent_style = space
indent_size = 4