repo.or.cz
/
spree.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix payment method selection when adding new payment to order (#12362)
[spree.git]
/
.editorconfig
blob
1ab566fc4278434ab378cc4ba62506e2a619007d
1
# http://EditorConfig.org
2
# https://github.com/editorconfig/editorconfig/wiki/EditorConfig-Properties
3
4
root = true
5
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
14
15
[**.rb]
16
max_line_length = 150
17
18
[*.md]
19
trim_trailing_whitespace = false