xref: /Universal-ctags/.editorconfig (revision 6311b5c942b09f5916146de15a6f042c73c1eea8)
1root = true
2
3[*]
4end_of_line = lf
5insert_final_newline = true
6
7[*.{c,h,sh}]
8indent_size = 4
9indent_style = tab
10trim_trailing_whitespace = true
11
12[misc/packcc/packcc.c]
13indent_size = 4
14indent_style = space
15trim_trailing_whitespace = true
16
17[*.{ctags,ps}]
18indent_size = 4
19indent_style = space
20trim_trailing_whitespace = true
21
22[{Makefile*,*.mak}]
23indent_size = 8
24indent_style = tab
25trim_trailing_whitespace = true
26
27[*.rst*]
28indent_size = 4
29indent_style = tab
30trim_trailing_whitespace = true
31
32[gnulib/*.{c,h}]
33tab_width = 8
34
35[misc/optlib2c]
36trim_trailing_whitespace = true
37
38[win32/*.{bat,sln,vcxproj,vcxproj.filters}]
39end_of_line = crlf
40
41[win32/*.vcxproj*]
42insert_final_newline = false
43