OSDN Git Service

[VM][FMTOWNS][CDROM] Available to boot YUMIMI MIX (!!)
[csp-qt/common_source_project-fm7.git] / source / .editorconfig
1 root = true
2 [*]
3 # インデント時のスタイル設定(tab/space)
4 indent_style = tab
5 # インデント時のサイズ設定
6 indent_size = 4
7 # 改行コード設定(lf/cr/crlf)
8 end_of_line = lf
9 # 文字コード設定(latin1/utf-8/utf-8-bom/utf-16be/utf-16le/...)
10 charset = utf-8
11 # 文末スペースの設定(true=削除)
12 trim_trailing_whitespace = true
13 # 最終行の改行設定(true=改行あり)
14 insert_final_newline = true
15
16 [*.cpp,*.c,*.h,*.h]
17 indent_style = tab
18 indent_size = 4
19 end_of_line = lf
20 charset = utf-8
21 trim_trailing_whitespace = true
22 insert_final_newline = true
23
24 [*.mcr]
25 indent_style = tab
26 indent_size = 4
27 end_of_line = lf
28 charset = utf-8
29 trim_trailing_whitespace = true
30 insert_final_newline = true
31
32 [*.cmake, CMakeLists.txt]
33 indent_style = tab
34 indent_size = 4
35 end_of_line = lf
36 charset = utf-8
37 trim_trailing_whitespace = true
38 insert_final_newline = true