File: .editorconfig

package info (click to toggle)
python-rjsmin 1.2.5%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,256 kB
  • sloc: javascript: 8,503; python: 5,315; ansic: 821; sh: 100; makefile: 19
file content (35 lines) | stat: -rw-r--r-- 412 bytes parent folder | download
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
# editorconfig.org
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 = 78

[Makefile]
indent_style = tab

[*.py]
charset = ascii

[*.tf]
indent_size = 2

[*.tfvars]
indent_size = 2

[*.md]
trim_trailing_whitespace = false

[*.json]
indent_size = 4

[*.yaml]
indent_size = 2

[*.yml]
indent_size = 2