Sha256: 8502d4efdb0fb3b5b7fc5d89bf0ba8a9849fe33d7dd6241fa8ad4f6bc3b12d63
Contents?: true
Size: 1.41 KB
Versions: 3
Compression:
Stored size: 1.41 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/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
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
passenger-5.0.4 | .editorconfig |
passenger-5.0.3 | .editorconfig |
passenger-5.0.2 | .editorconfig |