Skip to content

Commit

Permalink
Merge pull request #68 from esperecyan/feature/LF・UTF-8を強制
Browse files Browse the repository at this point in the history
改行コードにLF、文字コードにUTF-8を強制
  • Loading branch information
sokuhatiku committed Oct 6, 2020
2 parents 183e6d8 + 34fe068 commit 2e423d5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# All files
[*]
indent_style = space
charset = utf-8
charset = utf-8
end_of_line = lf
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
* text=auto eol=lf encoding=utf-8
ProjectSettings.asset filter=ignoreRunInBackground
2 changes: 1 addition & 1 deletion ProjectSettings/EditorSettings.asset
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ EditorSettings:
serializedVersion: 7
m_ExternalVersionControlSupport: Hidden Meta Files
m_SerializationMode: 2
m_LineEndingsForNewScripts: 2
m_LineEndingsForNewScripts: 1
m_DefaultBehaviorMode: 0
m_SpritePackerMode: 0
m_SpritePackerPaddingPower: 1
Expand Down

0 comments on commit 2e423d5

Please sign in to comment.