File: .editorconfig

package info (click to toggle)
nautilus-share 0.7.5-0.3
  • links: PTS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 764 kB
  • sloc: ansic: 1,742; python: 59; makefile: 9; sh: 6
file content (26 lines) | stat: -rw-r--r-- 383 bytes parent folder | download
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
root = true

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

[*.[ch]]
indent_size = 2
indent_style = space
insert_final_newline = true

[*.ui]
indent_size = 2
indent_style = space
insert_final_newline = true

[*.xml]
indent_size = 2
indent_style = space
insert_final_newline = true

[meson.build]
indent_size = 2
indent_style = space
insert_final_newline = true