Sha256: c30fe9c046fe6983037e3883d495cd2e4925b9be21caffbaf43c68cee0c95fc5
Contents?: true
Size: 314 Bytes
Versions: 14
Compression:
Stored size: 314 Bytes
Contents
; This file is for unifying the coding style for different editors and IDEs. ; More information at http://EditorConfig.org root = true ; Use 2 spaces for indentation in all files [*] end_of_line = lf charset = utf-8 trim_trailing_whitespace = true indent_style = space indent_size = 2 insert_final_newline = true
Version data entries
14 entries across 14 versions & 1 rubygems