1
1
# #
2
2
# # PROJECT: Mouri Internal Library Essentials
3
3
# # FILE: .editorconfig
4
- # # PURPOSE: The root .editorconfig file for C++ Project
4
+ # # PURPOSE: The root .editorconfig file
5
5
# #
6
6
# # LICENSE: The MIT License
7
7
# #
@@ -17,14 +17,14 @@ end_of_line = crlf
17
17
[* .md ]
18
18
insert_final_newline = true
19
19
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} ]
21
21
indent_style = space
22
22
indent_size = 4
23
23
insert_final_newline = true
24
24
trim_trailing_whitespace = true
25
25
vc_generate_documentation_comments = doxygen_slash_star
26
26
27
- [* .{cs,csx,vb,vbx} ]
27
+ [* .{cs,csx,vb,vbx,asmx } ]
28
28
indent_style = space
29
29
indent_size = 4
30
30
insert_final_newline = true
@@ -39,12 +39,6 @@ trim_trailing_whitespace = true
39
39
[* .rc ]
40
40
charset = utf-16le
41
41
42
- [Mile.Project.Properties.Template.h ]
43
- charset = utf-16le
44
-
45
- [Mile.Project.Properties.h ]
46
- charset = utf-16le
47
-
48
42
[* .bat ]
49
43
charset = utf-8
50
44
insert_final_newline = true
@@ -53,3 +47,10 @@ insert_final_newline = true
53
47
charset = utf-8
54
48
end_of_line = lf
55
49
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