Skip to content

Commit 572d1b7

Browse files
committed
add some default files
1 parent 1804414 commit 572d1b7

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.editorconfig

+11
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# top-most EditorConfig file
2+
root = true
3+
4+
# Unix-style newlines with a newline ending every file
5+
[*]
6+
end_of_line = lf
7+
indent_style = space
8+
indent_size = 3
9+
insert_final_newline = true
10+
# Do not add the following without confirming that nullable warnings and errors are still honored
11+
# generated_code = true

.env

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Name of the project so that services specified in docker-compose for this project
2+
# use the virtual network of that name:
3+
COMPOSE_PROJECT_NAME=rimutec

.gitattributes

+4
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# Ensure all files git considers to be text to have normalized (LF) line endings in the repository
2+
# https://stackoverflow.com/a/33890199/411428
3+
# [Manfred, 19sep2021]
4+
* text=auto

0 commit comments

Comments
 (0)