File: .editorconfig

package info (click to toggle)
bookworm 1.1.2%2Bgit20210715-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 10,324 kB
  • sloc: python: 5,482; xml: 222; javascript: 84; sh: 16; makefile: 11
file content (13 lines) | stat: -rw-r--r-- 205 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
# EditorConfig <https://EditorConfig.org>
root = true

[*]
charset = utf-8
end_of_line = lf
indent_size = tab
indent_style = space
insert_final_newline = true
tab_width = 4

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