Browse Subversion Repository
Contents of /trunk/.editorconfig
Parent Directory
| Revision Log
| 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 |
indent_style = space |
| 20 |
|
| 21 |
[CMakeLists.txt] |
| 22 |
end_of_line = crlf |
| 23 |
charset = utf-8-bom |
| 24 |
indent_style = space |
| 25 |
|
| 26 |
[*.cmake] |
| 27 |
end_of_line = crlf |
| 28 |
charset = utf-8-bom |
| 29 |
indent_style = space |
| 30 |
|
| 31 |
[*.pl] |
| 32 |
end_of_line = crlf |
| 33 |
charset = utf-8-bom |
| 34 |
indent_style = tab |
| 35 |
indent_size = 4 |
|