Sha256: a64c6aa501c4bab8f6c384f2f4bf78c1baa6e579704ba983ed1804babd3974fd

Contents?: true

Size: 311 Bytes

Versions: 16

Compression:

Stored size: 311 Bytes

Contents

# EditorConfig is awesome: 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
charset = utf-8

[*.{rb,yml,json,rake,erb}]
indent_style = space
indent_size = 2
trim_trailing_whitespace = true

Version data entries

16 entries across 16 versions & 2 rubygems

Version Path
nxt_state_machine-0.1.12 .editorconfig
nxt_state_machine-0.1.11 .editorconfig
nxt_state_machine-0.1.10 .editorconfig
nxt_state_machine-0.1.9 .editorconfig
nxt_state_machine-0.1.8 .editorconfig
nxt_state_machine-0.1.7 .editorconfig
nxt_config-0.2.2 .editorconfig
nxt_state_machine-0.1.6 .editorconfig
nxt_state_machine-0.1.5 .editorconfig
nxt_state_machine-0.1.4 .editorconfig
nxt_state_machine-0.1.3 .editorconfig
nxt_config-0.2.1 .editorconfig
nxt_config-0.2.0 .editorconfig
nxt_state_machine-0.1.2 .editorconfig
nxt_state_machine-0.1.1 .editorconfig
nxt_config-0.1.0 .editorconfig