改行コードをLFに統一 (#9926)

* chore: update gitattribute editorconfig

* Normalize all the line endings
This commit is contained in:
Neko7sora 2023-02-14 13:13:34 +09:00 committed by GitHub
parent b7b8fd4b59
commit 7436a58ea1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 165 additions and 163 deletions

View File

@ -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
View File

@ -5,3 +5,4 @@
*.glb -diff -text
*.blend -diff -text
*.afdesign -diff -text
* text=auto eol=lf