Basic page

This commit is contained in:
2016-08-25 21:21:09 +03:00
commit ca365d096a
3 changed files with 96 additions and 0 deletions

10
.editorconfig Normal file
View File

@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4
[*.html]
indent_size = 2