Sha256: 8477fab9bd0d38b88a27ee390f778e606b1a6bf11a025b5dc62062f717580de1
Contents?: true
Size: 452 Bytes
Versions: 67
Compression:
Stored size: 452 Bytes
Contents
# EditorConfig is awesome: http://EditorConfig.org # top-most EditorConfig file root = true # default configuration [*] indent_style = space indent_size = 2 insert_final_newline = true trim_trailing_whitespace = true # Unix-style newlines with a newline ending every file end_of_line = lf # Set default charset charset = utf-8 # Tab indentation (no size specified) [Makefile] indent_style = tab [*.{md,markdown}] trim_trailing_whitespace = false
Version data entries
67 entries across 67 versions & 4 rubygems