summaryrefslogtreecommitdiff
path: root/modules/common/profiles/dev/editorconfig.ini
blob: 098229fef028b9db8d727924e3d1eddb09b38e88 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = 4
indent_style = space
insert_final_newline = true
max_line_length = 80
trim_trailing_whitespace = true

[*.nix]
indent_size = 2
indent_style = space

[*.{S,s,asm}]
indent_size = 4
indent_style = tab

[*.{C,H,c,c++,cc,cpp,cxx,h,h++,hh,hpp,hxx}]
indent_size = 4
indent_style = tab

[*.{cl,clj,el,l,lisp,lsp,rkt,scm,ss}]
indent_size = 2
indent_style = space

[*.go]
indent_size = 4
indent_style = tab

[*.{py,pyx}]
indent_size = 4
indent_style = space

[*.{hs,lhs}]
indent_size = 2
indent_style = space

[*.{html,xhtml,xml}]
indent_size = 4
indent_style = tab

[*.json]
indent_size = 2
indent_style = space

[*.{yaml,yml}]
indent_size = 2
indent_style = space

[*.{toml,tml}]
indent_size = 4
indent_style = space

[*.{py,pyx}]
indent_size = 4
indent_style = space
max_line_length = 72

[*.zig]
indent_size = 4
indent_style = tab

[*.{tf,hcl}]
indent_size = 2
indent_style = space

[configure.ac]
indent_size = 4
indent_style = tab

[{Makefile*,*.mk}]
indent_size = 4
indent_style = tab

[{CMakeLists.txt,*.cmake}]
indent_size = 8
indent_style = tab

[*.tex]
indent_size = 4
indent_style = tab

[*.{md,adoc,rtf,txt}]
indent_size = 4
indent_style = tab