Skip to content
This repository was archived by the owner on Nov 3, 2023. It is now read-only.

Commit 39675f5

Browse files
committedAug 2, 2023
create session_3
1 parent 02f2899 commit 39675f5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

92 files changed

+21569
-0
lines changed
 
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2+
_commit: 0.2.1-22-gd5c2296
3+
_src_path: https://github.com/algorandfoundation/algokit-fullstack-template
4+
author_email: your@email.tld
5+
author_name: Your-Name
6+
cloud_provider: none
7+
contract_name: dao
8+
ide_vscode: true
9+
preset_name: starter
10+
project_name: dao
11+
python_linter: none
12+
use_dispenser: false
13+
use_github_actions: true
14+
use_python_black: true
15+
use_python_mypy: false
16+
use_python_pip_audit: true
17+
use_python_pytest: true
18+
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
[*]
2+
charset = utf-8
3+
insert_final_newline = true
4+
end_of_line = lf
5+
indent_style = space
6+
indent_size = 2
7+
tab_width = 2
8+
max_line_length = 140
9+
trim_trailing_whitespace = true
10+
single_quote = true

0 commit comments

Comments
 (0)