Just used spaces for indents instead of Tabs

This commit is contained in:
AlexeyAB
2018-07-10 23:29:15 +03:00
parent 81d4688b12
commit cfc5fedbb6
31 changed files with 4344 additions and 4336 deletions

8
src/.editorconfig Normal file
View File

@ -0,0 +1,8 @@
root=true
[*]
trim_trailing_whitespace = true
indent_style = space
indent_size = 4