File: .editorconfig

package info (click to toggle)
ruby-rmagick 2.16.0-6
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 5,636 kB
  • sloc: ansic: 17,146; ruby: 13,754; sh: 28; makefile: 12
file content (14 lines) | stat: -rw-r--r-- 326 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# EditorConfig helps developers define and maintain consistent coding styles between different editors and IDEs
# @see http://editorconfig.org
root = true

[*]
end_of_line = lf
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true
indent_style = spaces
tab_width = 2

[{*.{rb,yml,sh,md}]
indent_size = 2