File: .editorconfig

package info (click to toggle)
node-tape 5.6.1%2B~cs8.20.19-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 1,484 kB
  • sloc: javascript: 7,443; makefile: 12; sh: 1
file content (40 lines) | stat: -rw-r--r-- 543 bytes parent folder | download | duplicates (2)
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
root = true

[*]
indent_style = space
indent_size = 4
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
max_line_length = 180
block_comment_start = /*
block_comment =  *
block_comment_end = */

[.nycrc]
indent_style = tab

[*.md]
indent_style = space
indent_size = 4

[*.yml]
indent_style = space
indent_size = 2

[readme.markdown]
indent_size = off
max_line_length = off

[*.json]
max_line_length = off

[*.yml]
max_line_length = off

[Makefile]
max_line_length = off

[.travis.yml]
indent_size = 1