File: .editorconfig

package info (click to toggle)
gitg 44-5
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 19,244 kB
  • sloc: ansic: 1,636; ruby: 1,445; sh: 314; python: 261; xml: 57; makefile: 15
file content (39 lines) | stat: -rw-r--r-- 551 bytes parent folder | download | duplicates (3)
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
root = true

[*]
charset = utf-8
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

[*.vala]
indent_size = 4
indent_style = tab
insert_final_newline = true
max_line_length = 100

[*.{c,h}]
indent_size = 2
indent_style = space
insert_final_newline = true
max_line_length = 100

[*.css]
indent_size = 2
indent_style = space

[*.{ui,xml,xml.in}]
indent_size = 2
indent_style = space

[*.py]
indent_size = 4
indent_style = space

[*.json]
indent_style = space
indent_size = 4

[meson.build]
indent_size = 2
indent_style = space