Skip to content

Commit 5328acf

Browse files
style: fixed formatting
1 parent c900670 commit 5328acf

File tree

4 files changed

+5
-3
lines changed

4 files changed

+5
-3
lines changed

.clang-format

-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,3 @@ SpaceBeforeParens: ControlStatements
2121
SpacesInLineCommentPrefix:
2222
Minimum: 1
2323
Maximum: 1
24-
...

.editorconfig

+3
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,6 @@ insert_final_newline = true
77
indent_style = space
88
indent_size = 4
99
trim_trailing_whitespace = true
10+
11+
[*.vcxproj]
12+
indent_size = 2

Hayzen.vcxproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -165,4 +165,4 @@
165165
<PrecompiledHeader>Create</PrecompiledHeader>
166166
</ClCompile>
167167
</ItemGroup>
168-
</Project>
168+
</Project>

config.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@
2121
and give it a name, it seems like you can set anything as the name so I just put a "/"
2222
-->
2323
<exportcontainer name="/" />
24-
</xex>
24+
</xex>

0 commit comments

Comments
 (0)