Browse Subversion Repository
Annotation of /trunk/.editorconfig
Parent Directory
| Revision Log
Revision 9725 -
( hide annotations)
( download)
Sat Feb 5 17:46:17 2022 UTC
(2 years, 2 months ago)
by zmatsuo
File size: 867 byte(s)
cygterm Unicode化
- Unicodeフォルダのttermpro.exeを起動できるようになった
- 設定に関する部分を cygterm_cfg.cc,h に分離した
- cygterm.cfgの読み書きを集める
- teraterm/common/ の関数を sub.cpp へコピー
- cyterm を単体でビルドすることを考慮するため
- cmakeビルド時に tar.gz を生成するようにした
- cygterm.rc は生成されるので svn から削除
- ポータブル版仮対応
- 無効化
| 1 |
zmatsuo |
8803 |
root = true |
| 2 |
|
|
|
| 3 |
zmatsuo |
9281 |
[*] |
| 4 |
|
|
indent_style = tab |
| 5 |
|
|
indent_size = 4 |
| 6 |
|
|
|
| 7 |
zmatsuo |
9725 |
[*.{cpp,c,h,cc}] |
| 8 |
zmatsuo |
8803 |
indent_style = tab |
| 9 |
|
|
indent_size = 4 |
| 10 |
|
|
end_of_line = crlf |
| 11 |
|
|
charset = cp932 |
| 12 |
|
|
trim_trailing_whitespace = true |
| 13 |
|
|
insert_final_newline = true |
| 14 |
|
|
|
| 15 |
|
|
[*.html] |
| 16 |
|
|
end_of_line = crlf |
| 17 |
|
|
charset = cp932 |
| 18 |
|
|
indent_style = space |
| 19 |
zmatsuo |
9462 |
indent_size = 2 |
| 20 |
zmatsuo |
8803 |
|
| 21 |
|
|
[*.md] |
| 22 |
|
|
end_of_line = crlf |
| 23 |
|
|
charset = utf-8-bom |
| 24 |
zmatsuo |
8840 |
indent_style = space |
| 25 |
zmatsuo |
8803 |
|
| 26 |
zmatsuo |
9202 |
[*.pl] |
| 27 |
|
|
end_of_line = crlf |
| 28 |
|
|
charset = utf-8-bom |
| 29 |
|
|
indent_style = tab |
| 30 |
|
|
indent_size = 4 |
| 31 |
zmatsuo |
9281 |
|
| 32 |
|
|
[*.txt] |
| 33 |
|
|
end_of_line = crlf |
| 34 |
|
|
charset = cp932 |
| 35 |
|
|
indent_style = tab |
| 36 |
|
|
indent_size = 4 |
| 37 |
zmatsuo |
9302 |
|
| 38 |
zmatsuo |
9325 |
[*.asm] |
| 39 |
|
|
end_of_line = crlf |
| 40 |
|
|
charset = utf8 |
| 41 |
|
|
indent_style = space |
| 42 |
|
|
indent_size = 4 |
| 43 |
|
|
trim_trailing_whitespace = true |
| 44 |
|
|
insert_final_newline = true |
| 45 |
|
|
|
| 46 |
zmatsuo |
9302 |
[{CMakeLists.txt,*.cmake}] |
| 47 |
|
|
end_of_line = crlf |
| 48 |
|
|
charset = utf-8-bom |
| 49 |
|
|
indent_style = space |
| 50 |
|
|
indent_size = 2 |
| 51 |
zmatsuo |
9449 |
trim_trailing_whitespace = true |
| 52 |
|
|
insert_final_newline = true |
|