1
0

Add configuration for primary vds

This commit is contained in:
2017-07-30 15:23:01 +03:00
commit 7e81d6fe00
12 changed files with 109 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.{yml}]
indent_size = 2
[Makefile]
indent_style = tab