Daily bump.
[gcc.git] / libstdc++-v3 / .editorconfig
blobc95e4e26f7a2b0b7dc129c924157b52fd0bcc8b4
1 # top-most EditorConfig file for libstdc++-v3
2 root = true
4 [*]
5 end_of_line = lf
6 insert_final_newline = true
8 [*.{h,cc}]
9 charset = utf-8
10 indent_style = tab
11 indent_size = 2
12 tab_width = 8
13 trim_trailing_whitespace = true
15 [{Makefile,ChangeLog}*]
16 indent_style = tab
17 indent_size = 8
18 trim_trailing_whitespace = true
20 [ChangeLog*]
21 charset = utf-8
23 [*.xml]
24 charset = utf-8
25 indent_size = 2
26 tab_width = 8
27 trim_trailing_whitespace = true
29 [*.py]
30 indent_style = space
31 indent_size = 4
32 trim_trailing_whitespace = true
34 [*.exp]
35 indent_style = tab
36 indent_size = 4
37 tab_width = 8
38 trim_trailing_whitespace = true