Sha256: 14e9b6f65762eb7505991c1c54fa3b68c973fed3c0453dd7494d82cf637501ab

Contents?: true

Size: 1.58 KB

Versions: 4

Compression:

Stored size: 1.58 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

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

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
passenger-5.0.8 .editorconfig
passenger-5.0.7 .editorconfig
passenger-5.0.6 .editorconfig
passenger-5.0.5 .editorconfig