改行コードをLFに統一 (#9926)
* chore: update gitattribute editorconfig * Normalize all the line endings
This commit is contained in:
parent
b7b8fd4b59
commit
7436a58ea1
8 changed files with 146 additions and 144 deletions
|
@ -5,6 +5,7 @@ indent_style = tab
|
|||
indent_size = 2
|
||||
charset = utf-8
|
||||
insert_final_newline = true
|
||||
end_of_line = lf
|
||||
|
||||
[*.yml]
|
||||
indent_style = space
|
||||
|
|
1
.gitattributes
vendored
1
.gitattributes
vendored
|
@ -5,3 +5,4 @@
|
|||
*.glb -diff -text
|
||||
*.blend -diff -text
|
||||
*.afdesign -diff -text
|
||||
* text=auto eol=lf
|
||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 435 B |
Binary file not shown.
Before Width: | Height: | Size: 441 B After Width: | Height: | Size: 435 B |
Binary file not shown.
Before Width: | Height: | Size: 536 B After Width: | Height: | Size: 529 B |
Loading…
Reference in a new issue