Develop and Download Open Source Software

Browse Subversion Repository

Annotation of /trunk/.editorconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 9231 - (hide annotations) (download)
Mon May 3 15:04:52 2021 UTC (2 years, 11 months ago) by zmatsuo
File size: 508 byte(s)
cmakeのインデントを2にした

- CMakeLists.txt と *.cmake のルールを1つにまとめた
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 zmatsuo 9231 [{CMakeLists.txt,*.cmake}]
22 zmatsuo 8803 end_of_line = crlf
23     charset = utf-8-bom
24 zmatsuo 8840 indent_style = space
25 zmatsuo 9231 indent_size = 2
26 zmatsuo 8803
27 zmatsuo 9202 [*.pl]
28     end_of_line = crlf
29     charset = utf-8-bom
30     indent_style = tab
31     indent_size = 4

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