]> git.proxmox.com Git - mirror_smartmontools-debian.git/blob - .editorconfig
import smartmontools 7.0
[mirror_smartmontools-debian.git] / .editorconfig
1 # smartmontools indent style settings for EditorConfig
2 # http://editorconfig.org/
3 # $Id: .editorconfig 4385 2017-01-28 15:31:50Z chrfranke $
4
5 # top-most file
6 root = true
7
8 [*]
9 indent_style = space
10 indent_size = 2
11 tab_width = 8
12
13 [/ChangeLog]
14 indent_style = tab
15 indent_size = 8
16
17 [Makefile*]
18 # Rule recipes require tab characters (spaces are used elsewhere)
19 indent_style = tab
20 indent_size = 8
21
22 # TODO: Fix files with other indent styles
23 [/scsiata.cpp]
24 # indent_size = 2 and 4
25
26 [/scsicmds.*]
27 indent_size = 4
28
29 [/scsiprint.cpp]
30 indent_size = 4
31
32 [/os_win32/syslog_win32.cpp]
33 indent_style = tab
34 indent_size = 4
35 tab_width = 4
36
37 # Keep indent style of imported files as is
38 [/*_nvme_ioctl.h]
39 indent_style = tab
40 indent_size = 8
41
42 [/csmisas.h]
43 indent_size = 3
44
45 [/getopt/getopt.*]
46 indent_style = tab
47 indent_size = 2
48
49 [/regex/reg*.*]
50 indent_style = tab
51 indent_size = 2