We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 455f03a commit 3642501Copy full SHA for 3642501
.editorconfig
@@ -6,24 +6,16 @@ root = true
6
generated_code = true
7
dotnet_analyzer_diagnostic.severity = none
8
9
-# C# files
10
-[*.cs]
11
-
12
# Godot Documentation says to use LF line endings
13
-[*]
+[*.cs]
14
end_of_line = lf
15
16
-#### Core EditorConfig Options ####
+insert_final_newline = true
17
18
# Indentation and spacing
19
indent_size = 4
20
indent_style = space
21
tab_width = 4
22
23
-# New line preferences
24
-end_of_line = crlf
25
-insert_final_newline = true
26
27
# Allow implicit casting in foreach loop (Explicit casting is too verbose)
28
dotnet_diagnostic.IDE0220.severity = none
29
0 commit comments