File: .editorconfig

package info (click to toggle)
libyang-python 4.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 640 kB
  • sloc: python: 8,012; ansic: 1,231; sh: 159; makefile: 15
file content (33 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
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
27
28
29
30
31
32
33
# ex: ft=dosini

root = true

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

[*.py]
indent_style = space
indent_size = 4
max_line_length = 88

[*.{yang,yml}]
indent_style = space
indent_size = 2

[*.rst]
indent_style = space
indent_size = 3

[Makefile]
indent_style = tab
indent_size = tab

[*.sh]
indent_style = tab
indent_size = tab

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