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
Move Spree.js file from spree_core
[spree.git]
/
.editorconfig
blob
3f34120dc961881a7f781f083319943403aaeb0f
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
[**.js, **.coffee]
19
max_line_length = 150
20
21
[*.md]
22
trim_trailing_whitespace = false