File: .editorconfig

package info (click to toggle)
libftdi1 1.6~rc1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 932 kB
  • sloc: ansic: 6,297; cpp: 875; python: 537; sh: 116; makefile: 48
file content (16 lines) | stat: -rw-r--r-- 237 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
root = true

[*]
end_of_line = lf
trim_trailing_whitespace = true
insert_final_newline = true

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

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