Sha256: 690ade9f7ec2dce1097446ebbd8ffc1d54f69b90e3853e7529fa9f9509a4763c
Contents?: true
Size: 365 Bytes
Versions: 29
Compression:
Stored size: 365 Bytes
Contents
# EditorConfig is awesome: https://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 trim_trailing_whitespace = true [*.h] indent_style = space indent_size = 2 [*.c] indent_style = space indent_size = 2 [*.yml] indent_style = space indent_size = 2
Version data entries
29 entries across 29 versions & 3 rubygems