Sha256: f58207c7fdeef2a4e604661f65a7e51449fbc362c176c72bb6f0dbf4d9ccd14e
Contents?: true
Size: 467 Bytes
Versions: 245
Compression:
Stored size: 467 Bytes
Contents
#Editor Config is So awesome #Indicate this is the config of the root root = true # Apply the following rules to these file types [{*.{cpp,cc,c,h,hpp,txt}}] end_of_line = lf #Unix type line endings insert_final_newline = true indent_style = space indent_size = 4 trim_trailing_whitespace = true #Separate Config for YML files [*.yml] end_of_line = lf insert_final_newline = true indent_style = space indent_size = 2 trim_trailing_whitespace = true
Version data entries
245 entries across 245 versions & 1 rubygems