Skip to content

Commit

Permalink
Fix line ending characters
Browse files Browse the repository at this point in the history
  • Loading branch information
steffenkleinle committed Dec 9, 2024
1 parent c45ad10 commit ea78b21
Show file tree
Hide file tree
Showing 12 changed files with 2,632 additions and 2,620 deletions.
20 changes: 10 additions & 10 deletions .circleci/src/commands/prepare_project.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
steps:
- run:
name: Generate Translations
command: fvm dart run slang
- run:
name: Apply Production Environment
command: cp .env.prod .env
- run:
command: fvm dart run build_runner build
name: Generate Swagger API
steps:
- run:
name: Generate Translations
command: fvm dart run slang
- run:
name: Apply Production Environment
command: cp .env.prod .env
- run:
command: fvm dart run build_runner build
name: Generate Swagger API
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Automatically normalize line endings for all text-based files
# http://git-scm.com/docs/gitattributes#_end_of_line_conversion
* text=auto

# For the following file types, normalize line endings to LF on
# checkin and prevent conversion to CRLF when they are checked out
# (this is required in order to prevent newline related issues like,
# for example, after the build script is run)
.* text eol=lf

# specific for windows script files
*.bat text eol=crlf
12 changes: 6 additions & 6 deletions assets/icons/refresh.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit ea78b21

Please sign in to comment.