-
-
Notifications
You must be signed in to change notification settings - Fork 57
/
.gitattributes
50 lines (46 loc) · 1.81 KB
/
.gitattributes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
# Set the default behavior, in case people don't have core.autocrlf set.
* text=auto
# Explicitly declare text files you want to always be normalized and converted
# to native line endings on checkout.
*.c text
*.h text
# Declare files that will always have CRLF line endings on checkout.
*.sh text eol=lf
*.bat text eol=crlf
*.json eol=lf
*.json5 eol=lf
*.cfg eol=lf
*.toml eol=lf
*.ini eol=lf
*.md eol=lf
*.properties eol=lf
# Denote all files that are truly binary and should not be modified.
*.png binary
*.jpg binary
# Manual CRLF / LF conversion.
# CRLF Files
config\apotheosis\enchantments.cfg eol=crlf
config\ars_scalaes-common.toml eol=crlf
config\ars_scalaes\glyph_expand.toml eol=crlf
config\ars_scalaes\glyph_resize.toml eol=crlf
config\ars_scalaes\glyph_shrink.toml eol=crlf
config\manyideas_core-client.toml eol=crlf
config\pehkui-client.toml eol=crlf
config\pehkui-common.toml eol=crlf
config\toomanyglyphs\glyph_amplify_three.toml eol=crlf
config\toomanyglyphs\glyph_amplify_two.toml eol=crlf
config\toomanyglyphs\glyph_chaining.toml eol=crlf
config\toomanyglyphs\glyph_filter_animal.toml eol=crlf
config\toomanyglyphs\glyph_filter_block.toml eol=crlf
config\toomanyglyphs\glyph_filter_entity.toml eol=crlf
config\toomanyglyphs\glyph_filter_is_baby.toml eol=crlf
config\toomanyglyphs\glyph_filter_is_mature.toml eol=crlf
config\toomanyglyphs\glyph_filter_item.toml eol=crlf
config\toomanyglyphs\glyph_filter_living_not_monster.toml eol=crlf
config\toomanyglyphs\glyph_filter_living_not_player.toml eol=crlf
config\toomanyglyphs\glyph_filter_living.toml eol=crlf
config\toomanyglyphs\glyph_filter_monster.toml eol=crlf
config\toomanyglyphs\glyph_filter_player.toml eol=crlf
config\toomanyglyphs\glyph_lay_on_hands.toml eol=crlf
config\toomanyglyphs\glyph_ray.toml eol=crlf
config\toomanyglyphs\glyph_reverse_direction.toml eol=crlf