File: .editorconfig

package info (click to toggle)
python-binary-memcached 0.31.4%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 316 kB
  • sloc: python: 1,763; makefile: 17
file content (12 lines) | stat: -rw-r--r-- 147 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*]
insert_final_newline = true
indent_style = space
trim_trailing_whitespace = true

[*.py]
indent_size = 4

[*.yml]
indent_size = 2