Browse Subversion Repository
Diff of /trunk/.editorconfig
Parent Directory
| Revision Log
| Patch
| 1 |
root = true |
root = true |
| 2 |
|
|
| 3 |
|
[*] |
| 4 |
|
indent_style = tab |
| 5 |
|
indent_size = 4 |
| 6 |
|
|
| 7 |
[*.{cpp,c,h}] |
[*.{cpp,c,h}] |
| 8 |
indent_style = tab |
indent_style = tab |
| 9 |
indent_size = 4 |
indent_size = 4 |
| 33 |
charset = utf-8-bom |
charset = utf-8-bom |
| 34 |
indent_style = tab |
indent_style = tab |
| 35 |
indent_size = 4 |
indent_size = 4 |
| 36 |
|
|
| 37 |
|
[*.txt] |
| 38 |
|
end_of_line = crlf |
| 39 |
|
charset = cp932 |
| 40 |
|
indent_style = tab |
| 41 |
|
indent_size = 4 |
|
|
Legend:
| Removed from v.9231 |
|
| changed lines |
| |
Added in v.9281 |
|
|
|