Develop and Download Open Source Software

Browse Subversion Repository

Contents of /trunk/.editorconfig

Parent Directory Parent Directory | Revision Log Revision Log


Revision 10725 - (show annotations) (download)
Thu Jun 1 15:53:28 2023 UTC (11 months, 4 weeks ago) by zmatsuo
File size: 1221 byte(s)
gtagを作成するbatファイルを追加

- batファイルのルールに改行コードを追加(.editorconfig)
1 root = true
2
3 [*]
4 indent_style = tab
5 indent_size = 4
6
7 [*.{cpp,c,h,cc}]
8 indent_style = tab
9 indent_size = 4
10 end_of_line = crlf
11 charset = cp932
12 trim_trailing_whitespace = true
13 insert_final_newline = true
14
15 [*.html]
16 end_of_line = crlf
17 charset = cp932
18 indent_style = space
19 indent_size = 2
20
21 [*.md]
22 end_of_line = crlf
23 charset = utf-8-bom
24 indent_style = space
25
26 [*.pl]
27 end_of_line = lf
28 charset = utf-8
29 indent_style = tab
30 indent_size = 4
31 trim_trailing_whitespace = true
32
33 [*.txt]
34 end_of_line = crlf
35 charset = cp932
36 indent_style = tab
37 indent_size = 4
38
39 [*.asm]
40 end_of_line = crlf
41 charset = utf8
42 indent_style = space
43 indent_size = 4
44 trim_trailing_whitespace = true
45 insert_final_newline = true
46
47 [{CMakeLists.txt,*.cmake}]
48 end_of_line = crlf
49 charset = utf-8-bom
50 indent_style = space
51 indent_size = 2
52 trim_trailing_whitespace = true
53 insert_final_newline = true
54
55 [*.bat]
56 charset = cp932
57 end_of_line = crlf
58 indent_style = space
59 indent_size = 4
60
61 [{*.iss,*.iss.in}]
62 end_of_line = crlf
63 charset = utf-8-bom
64 indent_style = space
65 indent_size = 2
66 trim_trailing_whitespace = true
67 insert_final_newline = true
68
69 [*.ini]
70 end_of_line = crlf
71
72 [*.sh]
73 end_of_line = lf
74 charset = utf-8

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