Sha256: 687dd17ff9a4f18a3ce816c901050d7406916839114c3f4385f9d4104495177a

Contents?: true

Size: 1.03 KB

Versions: 7

Compression:

Stored size: 1.03 KB

Contents

# http://EditorConfig.org

root = true

[*]
end_of_line = lf
charset = utf-8

[bin/*]
indent_style=tab
indent_size=4

[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 = tab
indent_size = 4
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/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

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
passenger-4.0.60 .editorconfig
passenger-4.0.59 .editorconfig
passenger-4.0.58 .editorconfig
passenger-4.0.57 .editorconfig
passenger-4.0.56 .editorconfig
passenger-4.0.55 .editorconfig
passenger-4.0.53 .editorconfig