Skip to content

Commit e4e37c3

Browse files
Scrublord1336Scrublord1336
Scrublord1336
authored and
Scrublord1336
committed
added editor config
1 parent 01bc34a commit e4e37c3

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

Diff for: .editorconfig

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
root = true
2+
3+
[*]
4+
charset = utf-8-bom
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
8+
# CSharp code style settings:
9+
[*.cs]
10+
indent_size = 3
11+
csharp_space_between_method_call_parameter_list_parentheses = true
12+
csharp_space_between_method_declaration_parameter_list_parentheses = true
13+
csharp_space_between_square_brackets = true
14+
csharp_space_after_keywords_in_control_flow_statements = false
15+
csharp_space_between_parentheses = control_flow_statements, expressions

Diff for: XUnity.AutoTranslator.sln

+5
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "XUnity.AutoTranslator.Setup
1919
{0A2A6B66-91D4-4A4E-AC77-80C6DD748FCD} = {0A2A6B66-91D4-4A4E-AC77-80C6DD748FCD}
2020
EndProjectSection
2121
EndProject
22+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{ACADAE2C-1642-428A-84D4-CC53E24F1348}"
23+
ProjectSection(SolutionItems) = preProject
24+
.editorconfig = .editorconfig
25+
EndProjectSection
26+
EndProject
2227
Global
2328
GlobalSection(SolutionConfigurationPlatforms) = preSolution
2429
Debug|Any CPU = Debug|Any CPU

0 commit comments

Comments
 (0)