Browse Subversion Repository
Contents of /trunk/.editorconfig
Parent Directory
| Revision Log
Revision 8803 -
( show annotations)
( download)
Fri Jun 19 16:13:18 2020 UTC
(3 years, 9 months ago)
by zmatsuo
File size: 403 byte(s)
一般的な editorconfig に置き換え
| 1 |
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 |
|
| 20 |
[CMakeLists.txt] |
| 21 |
end_of_line = crlf |
| 22 |
charset = utf-8-bom |
| 23 |
|
| 24 |
[*.cmake] |
| 25 |
end_of_line = crlf |
| 26 |
charset = utf-8-bom |
|