File: .editorconfig

package info (click to toggle)
python-dunamai 1.25.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 512 kB
  • sloc: python: 3,645; sh: 7; makefile: 4
file content (10 lines) | stat: -rw-r--r-- 162 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
root = true

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

[*.{feature,json,md,yaml,yml}]
indent_size = 2