Sha256: ca6142823dc8469edb6bee8926649cc3ee972f981b0f0888ef51a196fcdd5fe1

Contents?: true

Size: 549 Bytes

Versions: 21

Compression:

Stored size: 549 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 Ruby files

[*.rb]
indent_style = space
indent_size = 2

[Rakefile]
indent_style = space
indent_size = 2

[Gemfile*]
indent_style = space
indent_size = 2

[config.ru]
indent_style = space
indent_size = 2

# Tab indentation (no size specified)
[*.js]
indent_style = space

# Indentation override for all JS under lib directory
[lib/**.js]
indent_style = space
indent_size = 2

Version data entries

21 entries across 21 versions & 1 rubygems

Version Path
cybele-2.3.2 templates/editorconfig
cybele-2.3.1 templates/editorconfig
cybele-2.2.0 templates/editorconfig
cybele-2.1.0 templates/editorconfig
cybele-2.0.0 templates/editorconfig
cybele-1.9.2 templates/editorconfig
cybele-1.9.1 templates/editorconfig
cybele-1.9.0 templates/editorconfig
cybele-1.8.0 templates/editorconfig
cybele-1.7.2 templates/editorconfig
cybele-1.7.0 templates/editorconfig
cybele-1.6.0 templates/editorconfig
cybele-1.5.1 templates/editorconfig
cybele-1.5.0 templates/editorconfig
cybele-1.4.0 templates/editorconfig
cybele-1.3.0 templates/editorconfig
cybele-1.2.0 templates/editorconfig
cybele-1.1.0 templates/editorconfig
cybele-1.0.0 templates/editorconfig
cybele-0.10.1 templates/editorconfig