1 Star 0 Fork 0

Ans_42 / Mile.Project.Windows

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.editorconfig 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
MouriNaruto 提交于 2023-11-07 20:45 . Update email address for source code.
##
## PROJECT: Mouri Internal Library Essentials
## FILE: .editorconfig
## PURPOSE: The root .editorconfig file for C++ Project
##
## LICENSE: The MIT License
##
## MAINTAINER: MouriNaruto (Kenji.Mouri@outlook.com)
##
root = true
[*]
charset = utf-8-bom
end_of_line = crlf
[*.md]
insert_final_newline = true
[*.{c,c++,cc,cpp,cxx,h,h++,hh,hpp,hxx,idl,inl,ipp,tlh,tli}]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
vc_generate_documentation_comments = doxygen_slash_star
[*.{cs,csx,vb,vbx}]
indent_style = space
indent_size = 4
insert_final_newline = true
trim_trailing_whitespace = true
[*.{js,json,xml,toml,xaml}]
indent_style = space
indent_size = 2
insert_final_newline = true
trim_trailing_whitespace = true
[*.rc]
charset = utf-16le
[Mile.Project.Properties.Template.h]
charset = utf-16le
[Mile.Project.Properties.h]
charset = utf-16le
[*.bat]
charset = utf-8
insert_final_newline = true
[*.sh]
charset = utf-8
end_of_line = lf
insert_final_newline = true
1
https://gitee.com/ans42/Mile.Project.Windows.git
git@gitee.com:ans42/Mile.Project.Windows.git
ans42
Mile.Project.Windows
Mile.Project.Windows
main

搜索帮助