forked from libusb/libusb
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
84 lines (65 loc) · 1.43 KB
/
Copy path.editorconfig
File metadata and controls
84 lines (65 loc) · 1.43 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
# This is the top most EditorConfig file.
root = true
# General defaults: UNIX style newlines, newline ending every file, UTF-8 encoding, no trailing whitespace.
[*]
end_of_line = lf
insert_final_newline = true
charset = utf-8
trim_trailing_whitespace = true
[*.vcxproj, INSTALL_WIN.txt]
end_of_line = crlf
charset = utf-8-bom
insert_final_newline = false
# Most files in libusb use tabs with size 4.
indent_style = tab
indent_size = 4
# exceptions to default spacing: tabs with size 8.
[examples/hotplugtest.c]
indent_style = tab
indent_size = 8
[libusb/core.c]
indent_style = tab
indent_size = 8
[libusb/descriptor.c]
indent_style = tab
indent_size = 8
[libusb/hotplug.c]
indent_style = tab
indent_size = 8
[libusb/io.c]
indent_style = tab
indent_size = 8
[libusb/os/linux_netlink.c]
indent_style = tab
indent_size = 8
[libusb/os/linux_udev.c]
indent_style = tab
indent_size = 8
[libusb/os/linux_usbfs.c]
indent_style = tab
indent_size = 8
[libusb/sync.c]
indent_style = tab
indent_size = 8
[examples/hotplugtest.c]
indent_style = tab
indent_size = 8
# exceptions to default spacing: spaces with size 2.
[libusb/libusb-1.0.def]
indent_style = space
indent_size = 2
[tests/init_context.c]
indent_style = space
indent_size = 2
[tests/set_option.c]
indent_style = space
indent_size = 2
[tests/macos.c]
indent_style = space
indent_size = 2
[os/darwin_usb.c]
indent_style = space
indent_size = 2
[os/darwin_usb.h]
indent_style = space
indent_size = 2