Sequence dialog example

This commit is contained in:
dmitry
2024-06-17 23:01:33 +03:00
parent 1e04cb169e
commit 3371759544
9 changed files with 230 additions and 16 deletions

View File

@@ -0,0 +1,10 @@
root = true
[*]
end_of_line = lf
insert_final_newline = true
[*.{js,json,yml}]
charset = utf-8
indent_style = space
indent_size = 2