File: .editorconfig

package info (click to toggle)
mariadb-mysql-kbs 1.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 7,516 kB
  • sloc: php: 1,038; javascript: 388; sh: 220; xml: 57; makefile: 8
file content (14 lines) | stat: -rw-r--r-- 213 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
root = true

[*]
indent_style = space
indent_size = 4
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[data/**/*.json]
indent_size = 2

[test/data/*.json]
insert_final_newline = false