Skip to content

Commit

Permalink
Add .gitattributes and renormalize
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremiahwinsley committed Nov 10, 2023
1 parent 2c1a417 commit 15a99eb
Show file tree
Hide file tree
Showing 7 changed files with 1,809 additions and 1,797 deletions.
12 changes: 12 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Default to LF for all files
* text=auto eol=lf

# Batch files should use CRLF
*.bat text eol=crlf

# Disable autocrlf on generated files, they always generate with LF
# Add any extra files or paths here to make git stop saying they
# are changed when only line endings change.
src/generated/**/.cache/cache text eol=lf
src/generated/**/*.json text eol=lf

20 changes: 10 additions & 10 deletions config/advancementplaques-common.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[client]
[client.visual_options]
tasks = false
[client.duration_options]
goal_effect_fadein = 0.2
goal_effect_fadeout = 0.5
goal_duration = 2.0
challenge_effect_fadein = 0.2
challenge_effect_fadeout = 0.5
challenge_duration = 2.0
[client]
[client.visual_options]
tasks = false
[client.duration_options]
goal_effect_fadein = 0.2
goal_effect_fadeout = 0.5
goal_duration = 2.0
challenge_effect_fadein = 0.2
challenge_effect_fadeout = 0.5
challenge_duration = 2.0
Loading

0 comments on commit 15a99eb

Please sign in to comment.