]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - .editorconfig
New upstream version 6.6
[mirror_smartmontools-debian.git] / .editorconfig
CommitLineData
f9e10201
JD
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
6root = true
7
8[*]
9indent_style = space
10indent_size = 2
11tab_width = 8
12
13[/ChangeLog]
14indent_style = tab
15indent_size = 8
16
17[Makefile*]
18# Rule recipes require tab characters (spaces are used elsewhere)
19indent_style = tab
20indent_size = 8
21
22# TODO: Fix files with other indent styles
23[/scsiata.cpp]
24# indent_size = 2 and 4
25
26[/scsicmds.*]
27indent_size = 4
28
29[/scsiprint.cpp]
30indent_size = 4
31
32[/os_win32/syslog_win32.cpp]
33indent_style = tab
34indent_size = 4
35tab_width = 4
36
37# Keep indent style of imported files as is
38[/*_nvme_ioctl.h]
39indent_style = tab
40indent_size = 8
41
42[/csmisas.h]
43indent_size = 3
44
45[/getopt/getopt.*]
46indent_style = tab
47indent_size = 2
48
49[/regex/reg*.*]
50indent_style = tab
51indent_size = 2