forked from smartmontools/smartmontools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.editorconfig
More file actions
45 lines (34 loc) · 762 Bytes
/
Copy path.editorconfig
File metadata and controls
45 lines (34 loc) · 762 Bytes
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
# smartmontools indent style settings for EditorConfig
# https://editorconfig.org
# top-most file
root = true
[*]
indent_style = space
indent_size = 2
tab_width = 8
[Makefile*]
# Rule recipes require tab characters (spaces are used elsewhere)
indent_style = tab
indent_size = 8
# TODO: Fix files with other indent styles
[/lib/scsiata.cpp]
# indent_size = 2 and 4
[/lib/scsicmds.*]
indent_size = 4
[/src/scsiprint.cpp]
indent_size = 4
# Keep indent style of imported files as is
[/lib/*_nvme_ioctl.h]
indent_style = tab
indent_size = 8
[/lib/csmisas.h]
indent_size = 3
[/src/getopt/getopt.*]
indent_style = tab
indent_size = 2
[/include/smartmon/regex/regex.h]
indent_style = tab
indent_size = 2
[/lib/regex/reg*.*]
indent_style = tab
indent_size = 2