File: .editorconfig

package info (click to toggle)
ruby-httparty 0.21.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 908 kB
  • sloc: ruby: 6,782; xml: 425; sh: 35; makefile: 14
file content (18 lines) | stat: -rw-r--r-- 351 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
; This file is for unifying the coding style for different editors and IDEs.
; More information at http://EditorConfig.org

root = true
[*]
end_of_line = lf
trim_trailing_whitespace = true

[**.rb]
indent_size = 2
indent_style = spaces
insert_final_newline = true

[**.xml]
trim_trailing_whitespace = false

[**.html]
trim_trailing_whitespace = false