Sha256: d5e2b22b86f27fe71301470d631bc1897defbaf4351773295f4373898071c84d

Contents?: true

Size: 264 Bytes

Versions: 7

Compression:

Stored size: 264 Bytes

Contents

# EditorConfig: http://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

# Tab indentation
[**.*]
indent_style = tab

[**.rdoc]
indent_style = space

Version data entries

7 entries across 7 versions & 2 rubygems

Version Path
rdoc-generator-sixfish-0.5.0.pre20190220103520 .editorconfig
schedulability-0.4.1 .editorconfig
schedulability-0.4.0 .editorconfig
rdoc-generator-sixfish-0.5.0.pre20180710102525 .editorconfig
schedulability-0.3.0 .editorconfig
schedulability-0.2.0 .editorconfig
schedulability-0.1.0 .editorconfig