1
1
Fork 0
mirror of https://github.com/the-nix-way/dev-templates synced 2024-04-26 03:25:00 +02:00

Add editorconfig file

This commit is contained in:
Luc Perkins 2022-07-12 02:01:42 +02:00
parent 72e8fcfeeb
commit f78b309648
No known key found for this signature in database
GPG Key ID: 4F102D0C16E232F2
2 changed files with 18 additions and 0 deletions

13
.editorconfig Normal file
View File

@ -0,0 +1,13 @@
# https://editorconfig.org
root = true
[*]
indent_style = space
indent_size = 2
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
[*.lock]
insert_final_newline = false

View File

@ -12,6 +12,11 @@
path = ./go1.18;
description = "Go 1.18 development environment";
};
rails = {
path = ./ruby-on-rails;
description = "Ruby on Rails development environment";
};
};
};
}