File: .editorconfig

package info (click to toggle)
fntsample 5.4-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 276 kB
  • sloc: ansic: 838; perl: 223; makefile: 7
file content (26 lines) | stat: -rw-r--r-- 346 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

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

[*.{c,h}]
indent_style = space
indent_size = 4

[ChangeLog]
indent_style = tab

[{CMakeLists.txt,*.cmake}]
indent_style = space
indent_size = 2

[*.pl]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2