0
mirror of https://github.com/valentineus/webos-service-types.git synced 2025-07-01 08:30:26 +03:00

Initialized project structure

Signed-off-by: Valentin Popov <info@valentineus.link>
This commit is contained in:
2020-01-30 15:37:25 +04:00
parent 314b15c0d4
commit 0757cbbf4d
9 changed files with 1938 additions and 4 deletions

16
.editorconfig Normal file
View File

@ -0,0 +1,16 @@
# EditorConfig is awesome: https://EditorConfig.org
root = true
[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
insert_final_newline = true
tab_width = 2
trim_trailing_whitespace = true
[*.json]
indent_size = 2
indent_style = space