File: .editorconfig

package info (click to toggle)
node-for-in 1.0.2-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 116 kB
  • sloc: sh: 11; makefile: 6
file content (13 lines) | stat: -rw-r--r-- 261 bytes parent folder | download | duplicates (118)
1
2
3
4
5
6
7
8
9
10
11
12
13
root = true

[*]
indent_style = space
end_of_line = lf
charset = utf-8
indent_size = 2
trim_trailing_whitespace = true
insert_final_newline = true

[{**/{actual,fixtures,expected,templates}/**,*.md}]
trim_trailing_whitespace = false
insert_final_newline = false