Skip to content

Commit 8e5f590

Browse files
gamecode-ciDavid
authored andcommitted
Release 27
1 parent 326d8b6 commit 8e5f590

File tree

162 files changed

+865
-904
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

162 files changed

+865
-904
lines changed

.editorconfig

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,12 @@ root = true
44

55
[*]
66
# help with sharing files across os's (i.e. network share or through local vm)
7-
#end_of_line = lf
87
#charset temporarily disabled due to bug in VS2017 changing to UTF-8 with BOM (https://favro.com/card/c564ede4ed3337f7b17986b6/Uni-17877)
98
#charset = utf-8
10-
trim_trailing_whitespace = true
11-
insert_final_newline = true
9+
;;;;; temporarily disabled until we enable com.unity.coding
10+
;;trim_trailing_whitespace = true
11+
;;insert_final_newline = true
12+
;;;;;
1213

1314
# formattable file extensions (keep in sync with format.ini from unity-meta repo)
1415
#
@@ -47,6 +48,8 @@ indent_size = 4
4748
indent_style = tab
4849

4950
[*.{md,markdown}]
51+
indent_style = space
52+
indent_size = 2
5053
# trailing whitespace is significant in markdown (bad choice, bad!)
5154
trim_trailing_whitespace = false
5255

CONTRIBUTING.md

Lines changed: 0 additions & 45 deletions
This file was deleted.

Documentation~/index.md

Lines changed: 1 addition & 1 deletion

README.md

Lines changed: 9 additions & 9 deletions

ReleaseNotes.md

Lines changed: 16 additions & 0 deletions

Samples/Assets/HelloECS/Hybrid_01_FixedTimestep.meta renamed to Samples/Assets/Advanced/FixedTimestepWorkaround.meta

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)