Skip to content

Commit

Permalink
Move .gitattributes to the root of the git repository and align with …
Browse files Browse the repository at this point in the history
….editorconfig
  • Loading branch information
tjementum committed Jul 8, 2024
1 parent c505dbd commit 026f4f5
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 7 deletions.
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Enforce consistent line endings for all text files
* text=auto
3 changes: 0 additions & 3 deletions application/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ indent_style = space
indent_size = 4
tab_width = 4

[*.cs]
end_of_line = crlf

[*.{ts,tsx,js,jsx,json,md,mdx,.prettierrc,.eslintrc,yml,Dockerfile}]
indent_size = 2
tab_width = 2
Expand Down
1 change: 0 additions & 1 deletion application/.gitattributes

This file was deleted.

3 changes: 0 additions & 3 deletions developer-cli/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ indent_style = space
indent_size = 4
tab_width = 4

[*.cs]
end_of_line = crlf

[*.{ts,tsx,js,jsx,json,md,mdx,.prettierrc,.eslintrc,yml,Dockerfile}]
indent_size = 2
tab_width = 2
Expand Down

0 comments on commit 026f4f5

Please sign in to comment.