Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/.editorconfig

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 9231 by zmatsuo, Mon May 3 15:04:52 2021 UTC revision 9281 by zmatsuo, Tue May 25 14:02:57 2021 UTC
# Line 1  Line 1 
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
# Line 29  end_of_line = crlf Line 33  end_of_line = crlf
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

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26