Sha256: 925a154d1549d57ea4b280b02621e5670415623e2d9f293897e6af6f8f0c8cd6
Contents?: true
Size: 379 Bytes
Versions: 2
Compression:
Stored size: 379 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
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
octopress-3.0.0.alpha2 | .editorconfig |
octopress-3.0.0.alpha1 | .editorconfig |