Browse Subversion Repository
Annotation of /trunk/.editorconfig
Parent Directory
| Revision Log
Revision 9879 -
( hide annotations)
( download)
Thu Apr 21 13:48:07 2022 UTC
(23 months, 2 weeks ago)
by zmatsuo
File size: 1131 byte(s)
update copyright year
- 更新を補助するためにスクリプト installer/copyright_year.pl を追加
| 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 |
9879 |
trim_trailing_whitespace = true |
| 32 |
zmatsuo |
9281 |
|
| 33 |
|
|
[*.txt] |
| 34 |
|
|
end_of_line = crlf |
| 35 |
|
|
charset = cp932 |
| 36 |
|
|
indent_style = tab |
| 37 |
|
|
indent_size = 4 |
| 38 |
zmatsuo |
9302 |
|
| 39 |
zmatsuo |
9325 |
[*.asm] |
| 40 |
|
|
end_of_line = crlf |
| 41 |
|
|
charset = utf8 |
| 42 |
|
|
indent_style = space |
| 43 |
|
|
indent_size = 4 |
| 44 |
|
|
trim_trailing_whitespace = true |
| 45 |
|
|
insert_final_newline = true |
| 46 |
|
|
|
| 47 |
zmatsuo |
9302 |
[{CMakeLists.txt,*.cmake}] |
| 48 |
|
|
end_of_line = crlf |
| 49 |
|
|
charset = utf-8-bom |
| 50 |
|
|
indent_style = space |
| 51 |
|
|
indent_size = 2 |
| 52 |
zmatsuo |
9449 |
trim_trailing_whitespace = true |
| 53 |
|
|
insert_final_newline = true |
| 54 |
zmatsuo |
9802 |
|
| 55 |
|
|
[*.bat] |
| 56 |
|
|
charset = cp932 |
| 57 |
|
|
indent_style = space |
| 58 |
|
|
indent_size = 4 |
| 59 |
zmatsuo |
9822 |
|
| 60 |
|
|
[{*.iss,*.iss.in}] |
| 61 |
|
|
end_of_line = crlf |
| 62 |
|
|
charset = utf-8-bom |
| 63 |
|
|
indent_style = space |
| 64 |
|
|
indent_size = 2 |
| 65 |
|
|
trim_trailing_whitespace = true |
| 66 |
|
|
insert_final_newline = true |
|