Skip to content

Commit f46b24b

Browse files
committed
Update the workspace with Mile.Project.Windows.
1 parent c6b9ee6 commit f46b24b

File tree

1 file changed

+10
-9
lines changed

1 file changed

+10
-9
lines changed

.editorconfig

+10-9
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
##
22
## PROJECT: Mouri Internal Library Essentials
33
## FILE: .editorconfig
4-
## PURPOSE: The root .editorconfig file for C++ Project
4+
## PURPOSE: The root .editorconfig file
55
##
66
## LICENSE: The MIT License
77
##
@@ -17,14 +17,14 @@ end_of_line = crlf
1717
[*.md]
1818
insert_final_newline = true
1919

20-
[*.{c,c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,idl,inl,ipp,tlh,tli}]
20+
[*.{c,c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,ixx,cppm,ipp,odl,idl,inl,ipp,tlh,tli}]
2121
indent_style = space
2222
indent_size = 4
2323
insert_final_newline = true
2424
trim_trailing_whitespace = true
2525
vc_generate_documentation_comments = doxygen_slash_star
2626

27-
[*.{cs,csx,vb,vbx}]
27+
[*.{cs,csx,vb,vbx,asmx}]
2828
indent_style = space
2929
indent_size = 4
3030
insert_final_newline = true
@@ -39,12 +39,6 @@ trim_trailing_whitespace = true
3939
[*.rc]
4040
charset = utf-16le
4141

42-
[Mile.Project.Properties.Template.h]
43-
charset = utf-16le
44-
45-
[Mile.Project.Properties.h]
46-
charset = utf-16le
47-
4842
[*.bat]
4943
charset = utf-8
5044
insert_final_newline = true
@@ -53,3 +47,10 @@ insert_final_newline = true
5347
charset = utf-8
5448
end_of_line = lf
5549
insert_final_newline = true
50+
51+
[*.{asm,inc,s,nasm}]
52+
charset = utf-8
53+
indent_style = space
54+
indent_size = 4
55+
insert_final_newline = true
56+
trim_trailing_whitespace = true

0 commit comments

Comments
 (0)