Add frontend stub

This commit is contained in:
Tulir Asokan 2018-10-26 00:21:00 +03:00
parent 038fbc43f1
commit 283863c390
15 changed files with 10407 additions and 5 deletions

View file

@ -1,15 +1,13 @@
root = true
[*]
indent_style = tab
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.py]
max_line_length = 99
[*.{yaml,yml,py}]
indent_style = space
[*.json]
indent_size = 2