File: .editorconfig

package info (click to toggle)
python-ast-decompiler 0.8.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 228 kB
  • sloc: python: 1,738; makefile: 3
file content (12 lines) | stat: -rw-r--r-- 197 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
root = true

[*.{py,rst,md,yml,yaml,toml,json}]
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = space

[*.{py,toml,json}]
indent_size = 4

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