Skip to content

Commit

Permalink
update unity version, add some more rules in .editorconfig
Browse files Browse the repository at this point in the history
  • Loading branch information
nadako committed Feb 21, 2024
1 parent 32eb7d8 commit c14dbd0
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 6 deletions.
4 changes: 4 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
[*]
charset = utf-8
indent_style = tab
indent_size = tab
tab_width = 4
trim_trailing_whitespace = true
end_of_line = lf
insert_final_newline = true
4 changes: 2 additions & 2 deletions playground-unity/Packages/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"dependencies": {
"com.unity.ide.rider": "3.0.24",
"com.unity.ide.visualstudio": "2.0.18",
"com.unity.ide.rider": "3.0.27",
"com.unity.ide.visualstudio": "2.0.22",
"com.unity.ide.vscode": "1.2.5",
"com.unity.test-framework": "2.0.1-exp.2",
"com.unity.textmeshpro": "3.0.6",
Expand Down
4 changes: 2 additions & 2 deletions playground-unity/Packages/packages-lock.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.rider": {
"version": "3.0.24",
"version": "3.0.27",
"depth": 0,
"source": "registry",
"dependencies": {
Expand All @@ -17,7 +17,7 @@
"url": "https://packages.unity.com"
},
"com.unity.ide.visualstudio": {
"version": "2.0.18",
"version": "2.0.22",
"depth": 0,
"source": "registry",
"dependencies": {
Expand Down
4 changes: 2 additions & 2 deletions playground-unity/ProjectSettings/ProjectVersion.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
m_EditorVersion: 2021.3.27f1
m_EditorVersionWithRevision: 2021.3.27f1 (ca3ffb99bcc6)
m_EditorVersion: 2021.3.35f1
m_EditorVersionWithRevision: 2021.3.35f1 (157b46ce122a)

0 comments on commit c14dbd0

Please sign in to comment.