Skip to content

Commit

Permalink
👋 Initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Michał Sieczkowski committed Mar 2, 2022
0 parents commit 1c7e9de
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 2
indent_style = space
trim_trailing_whitespace = true
insert_final_newline = true

[*.sol]
indent_size = 4
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.idea
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Devcon 6 Ticket Sale System

0 comments on commit 1c7e9de

Please sign in to comment.