Ability to create oAuth application with blank redirect_uri
[spree.git] / .editorconfig
blob1ab566fc4278434ab378cc4ba62506e2a619007d
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 [*.md]
19 trim_trailing_whitespace = false