File: .editorconfig

package info (click to toggle)
evolution-data-server 3.56.1-2
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 46,532 kB
  • sloc: ansic: 365,302; xml: 578; cpp: 482; perl: 297; sh: 62; makefile: 61; python: 35; javascript: 29
file content (16 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (9)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*]
charset = utf-8
end_of_line = lf

[*.[ch]]
indent_style = tab
insert_final_newline = true
max_line_length = 100
tab_width = 8

[CMakeLists.txt]
indent_style = tab
tab_width = 8