identities

This commit is contained in:
Den 2019-12-24 16:48:07 +03:00
parent fc47e7febf
commit 93dfb8cbf6
22 changed files with 14128 additions and 100 deletions

7
.editorconfig Normal file
View file

@ -0,0 +1,7 @@
[*.{js,jsx,ts,tsx,vue}]
indent_style = space
indent_size = 2
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 100