Sha256: 8aa2cf37c3b74ad5c692c30f789b370ca04ea6950db3c873949be4fbabae22bf
Contents?: true
Size: 291 Bytes
Versions: 28
Compression:
Stored size: 291 Bytes
Contents
# EditorConfig file: http://EditorConfig.org # top-most EditorConfig file root = true # Unix-style newlines with a newline ending every file [*] end_of_line = lf insert_final_newline = true # 4 space indentation [*.py] indent_style = space indent_size = 4 trim_trailing_whitespace = true
Version data entries
28 entries across 28 versions & 1 rubygems