Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/.editorconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9202 - (hide annotations) (download)
Thu Mar 18 15:27:35 2021 UTC (3 years ago) by zmatsuo
File size: 557 byte(s)
perlのルールを追加
1 zmatsuo 8803 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 zmatsuo 8840 indent_style = space
20 zmatsuo 8803
21     [CMakeLists.txt]
22     end_of_line = crlf
23     charset = utf-8-bom
24 zmatsuo 8840 indent_style = space
25 zmatsuo 8803
26     [*.cmake]
27     end_of_line = crlf
28     charset = utf-8-bom
29 zmatsuo 8840 indent_style = space
30 zmatsuo 9202
31     [*.pl]
32     end_of_line = crlf
33     charset = utf-8-bom
34     indent_style = tab
35     indent_size = 4

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