Skip to content

Commit

Permalink
Add songlinker
Browse files Browse the repository at this point in the history
  • Loading branch information
BjoernPetersen committed Aug 10, 2023
1 parent d60dbb7 commit 949f2eb
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
root = true

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

[*.tf]
indent_size = 2
4 changes: 4 additions & 0 deletions telegram-songlinker-bot.tf
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
module "songlinker_repo" {
source = "./modules/repo"
name = "telegram-songlinker-bot"
}

0 comments on commit 949f2eb

Please sign in to comment.