Sha256: 5abd682d2e847b748d439353d552ca9d27a1ac0ac56081086728f92d867eec72

Contents?: true

Size: 1.95 KB

Versions: 15

Compression:

Stored size: 1.95 KB

Contents

# http://EditorConfig.org

root = true

[*]
end_of_line = lf
charset = utf-8

[bin/*]
indent_style=space
indent_size=2
trim_trailing_whitespace = true

[doc/*.txt]
indent_style=tab
indent_size=4

[doc/*/*.txt]
indent_style=tab
indent_size=4

[*.cpp]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.c]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.h]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.hpp]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true
insert_final_newline = true

[*.rb]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[config.ru]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[Rakefile]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[Gemfile]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

[*.js]
indent_style = tab
indent_size = 4
trim_trailing_whitespace = true

[ext/nginx/*.c]
indent_style = space
indent_size = 4

[ext/nginx/*.h]
indent_style = space
indent_size = 4

[ext/libev/*.c]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libev/*.h]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libeio/*.c]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libeio/*.h]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libuv/src/*.c]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libuv/src/*.h]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libuv/src/unix/*.c]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[ext/libuv/src/unix/*.h]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[resources/templates/standalone/config.erb]
indent_style = space
indent_size = 4
trim_trailing_whitespace = true

Version data entries

15 entries across 15 versions & 1 rubygems

Version Path
passenger-5.0.24 .editorconfig
passenger-5.0.23 .editorconfig
passenger-5.0.22 .editorconfig
passenger-5.0.21 .editorconfig
passenger-5.0.20 .editorconfig
passenger-5.0.19 .editorconfig
passenger-5.0.18 .editorconfig
passenger-5.0.17 .editorconfig
passenger-5.0.16 .editorconfig
passenger-5.0.15 .editorconfig
passenger-5.0.14 .editorconfig
passenger-5.0.13 .editorconfig
passenger-5.0.11 .editorconfig
passenger-5.0.10 .editorconfig
passenger-5.0.9 .editorconfig