Skip to content

Commit 1ab47bb

Browse files
committed
Adding this file to tell Windows to ignore the formatting
1 parent fc649f2 commit 1ab47bb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/lucky_cli/src_template.cr

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ class SrcTemplate
3737
root_dir.add_file(".env") do |io|
3838
ECR.embed("#{__DIR__}/../web_app_skeleton/.env.ecr", io)
3939
end
40+
root_dir.add_file(".gitattributes") do |io|
41+
ECR.embed("#{__DIR__}/../web_app_skeleton/.gitattributes.ecr", io)
42+
end
4043
root_dir.add_file("docker-compose.yml") do |io|
4144
ECR.embed("#{__DIR__}/../web_app_skeleton/docker-compose.yml.ecr", io)
4245
end
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.cr text eol=lf

0 commit comments

Comments
 (0)