File tree 3 files changed +18
-0
lines changed
3 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
You can’t perform that action at this time.
0 commit comments