[go: up one dir, main page]

File: .editorconfig

package info (click to toggle)
smartmontools 7.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 4,740 kB
  • sloc: cpp: 49,345; ansic: 9,924; sh: 6,043; makefile: 962
file content (51 lines) | stat: -rw-r--r-- 851 bytes parent folder | download | duplicates (3)
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
# smartmontools indent style settings for EditorConfig
# http://editorconfig.org/
# $Id: .editorconfig 4385 2017-01-28 15:31:50Z chrfranke $

# top-most file
root = true

[*]
indent_style = space
indent_size = 2
tab_width = 8

[/ChangeLog]
indent_style = tab
indent_size = 8

[Makefile*]
# Rule recipes require tab characters (spaces are used elsewhere)
indent_style = tab
indent_size = 8

# TODO: Fix files with other indent styles
[/scsiata.cpp]
# indent_size = 2 and 4

[/scsicmds.*]
indent_size = 4

[/scsiprint.cpp]
indent_size = 4

[/os_win32/syslog_win32.cpp]
indent_style = tab
indent_size = 4
tab_width = 4

# Keep indent style of imported files as is
[/*_nvme_ioctl.h]
indent_style = tab
indent_size = 8

[/csmisas.h]
indent_size = 3

[/getopt/getopt.*]
indent_style = tab
indent_size = 2

[/regex/reg*.*]
indent_style = tab
indent_size = 2