We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c19ba1 commit 7d035ffCopy full SHA for 7d035ff
.editorconfig
@@ -4,7 +4,7 @@ root = true
4
end_of_line = lf
5
insert_final_newline = true
6
charset = utf-8
7
-indent_style = space
+indent_style = tab
8
indent_size = 4
9
trim_trailing_whitespace = true
10
ETV.uproject
@@ -10,7 +10,8 @@
"LoadingPhase": "Default",
11
"AdditionalDependencies": [
12
"Paper2D",
13
- "Engine"
+ "Engine",
14
+ "CoreUObject"
15
]
16
}
17
0 commit comments