Sha256: 4f1da4c019d21cc1e8780ef97918103620e7895b844cd622d8c61644706cbbc3
Contents?: true
Size: 789 Bytes
Versions: 4
Compression:
Stored size: 789 Bytes
Contents
# http://EditorConfig.org root = true [*] end_of_line = lf charset = utf-8 [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,*.h}] indent_style = space indent_size = 4
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
passenger-4.0.52 | .editorconfig |
passenger-4.0.51 | .editorconfig |
passenger-4.0.50 | .editorconfig |
passenger-4.0.49 | .editorconfig |