File: .editorconfig

package info (click to toggle)
zsh-autosuggestions 0.7.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 364 kB
  • sloc: ruby: 881; makefile: 32; sh: 18
file content (18 lines) | stat: -rw-r--r-- 252 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
indent_style = tab
indent_size = 4

[*.md]
indent_style = space

[*.rb]
indent_style = space
indent_size = 2

[*.yml]
indent_style = space
indent_size = 2