Sha256: 33f6a059d481a888724fe74f69dee22ea3a2959208406b2d9ce52148f274d3b8

Contents?: true

Size: 381 Bytes

Versions: 2

Compression:

Stored size: 381 Bytes

Contents

# How could I live without http://EditorConfig.org ???
root = true

# All
[*]
charset = utf-8
end_of_line = lf
insert_final_newline = true
indent_style = space
indent_size = 4

# Scripts 
[*.js]
indent_size = 2

#JSON configuration files
[*.json]
indent_size = 2

# Ruby source files
[*.rb]
indent_size = 2

# Stylesheets
[*.css,*.scss]
indent_size = 2

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
sideshow-0.4.2 .editorconfig
sideshow-0.4.1 .editorconfig