File: .editorconfig

package info (click to toggle)
ruby-css-parser 1.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 320 kB
  • ctags: 240
  • sloc: ruby: 2,244; makefile: 3
file content (10 lines) | stat: -rw-r--r-- 166 bytes parent folder | download | duplicates (15)
1
2
3
4
5
6
7
8
9
10
# editorconfig.org
root = true

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