File: .editorconfig

package info (click to toggle)
evolution 3.56.2-8
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 135,044 kB
  • sloc: ansic: 519,950; javascript: 8,494; xml: 5,207; python: 702; makefile: 563; sh: 294; perl: 169
file content (16 lines) | stat: -rw-r--r-- 195 bytes parent folder | download | duplicates (10)
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