Sha256: 73c82554b9ea0f005a877afefdfe1b16f9399fd4c5ce4b165a7f77612d9dbe0c
Contents?: true
Size: 328 Bytes
Versions: 11
Compression:
Stored size: 328 Bytes
Contents
# EditorConfig helps developers define and maintain consistent # coding styles between different editors and IDEs # editorconfig.org root = true [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true insert_final_newline = true indent_style = space indent_size = 2 [*.{diff,md}] trim_trailing_whitespace = false
Version data entries
11 entries across 11 versions & 1 rubygems