Browse Subversion Repository
Annotation of /trunk/.editorconfig
Parent Directory
| Revision Log
Revision 8840 -
( hide annotations)
( download)
Mon Jul 6 13:53:51 2020 UTC
(3 years, 9 months ago)
by zmatsuo
File size: 469 byte(s)
cmakeビルド時の不具合を修正
- MinGW 判定方法を変更
- cmd からでも MinGW でビルドできるようにした
- Linux(Windows以外) で MinGW でビルドするとき、誤った perl.exe を使用しないよう修正
- lang/, teraterm.chm が install されないことがあったので修正
- cmake のインデントを space にした (.editorconfig)
| 1 |
zmatsuo |
8803 |
root = true |
| 2 |
|
|
|
| 3 |
|
|
[*.{cpp,c,h}] |
| 4 |
|
|
indent_style = tab |
| 5 |
|
|
indent_size = 4 |
| 6 |
|
|
end_of_line = crlf |
| 7 |
|
|
charset = cp932 |
| 8 |
|
|
trim_trailing_whitespace = true |
| 9 |
|
|
insert_final_newline = true |
| 10 |
|
|
|
| 11 |
|
|
[*.html] |
| 12 |
|
|
end_of_line = crlf |
| 13 |
|
|
charset = cp932 |
| 14 |
|
|
indent_style = space |
| 15 |
|
|
|
| 16 |
|
|
[*.md] |
| 17 |
|
|
end_of_line = crlf |
| 18 |
|
|
charset = utf-8-bom |
| 19 |
zmatsuo |
8840 |
indent_style = space |
| 20 |
zmatsuo |
8803 |
|
| 21 |
|
|
[CMakeLists.txt] |
| 22 |
|
|
end_of_line = crlf |
| 23 |
|
|
charset = utf-8-bom |
| 24 |
zmatsuo |
8840 |
indent_style = space |
| 25 |
zmatsuo |
8803 |
|
| 26 |
|
|
[*.cmake] |
| 27 |
|
|
end_of_line = crlf |
| 28 |
|
|
charset = utf-8-bom |
| 29 |
zmatsuo |
8840 |
indent_style = space |
|