Fixed user factory
[spree.git] / .editorconfig
blob3f34120dc961881a7f781f083319943403aaeb0f
1 # http://EditorConfig.org
2 # https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
4 root = true
6 [*]
7 charset = utf-8
8 end_of_line = lf
9 indent_size = 2
10 indent_style = space
11 insert_final_newline = true
12 trim_trailing_whitespace = true
13 tab_width = 2
15 [**.rb]
16 max_line_length = 150
18 [**.js, **.coffee]
19 max_line_length = 150
21 [*.md]
22 trim_trailing_whitespace = false