-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.editorconfig
59 lines (53 loc) · 1.29 KB
/
.editorconfig
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# EditorConfig is awesome: https://EditorConfig.org
# top-most EditorConfig file
root = true
[*]
charset = utf-8
end_of_line = lf
indent_style = tab
indent_size = 2
insert_final_newline = true
max_line_length = 120
[*.csv]
insert_final_newline = false
[*.md]
indent_size = 3
tab_width=3
trim_trailing_whitespace = false
[package.json]
indent_style = space
# Ref ERC1363 formatting with spaces preserved
[**/ERC1363.behaviour.js]
indent_style = space
[**/ERC1363Payable.behaviour.js]
indent_style = space
[**/SupportsInterface.behavior.js]
indent_style = space
# OpenZeppelin formatting with spaces preserved
[**/EIP2612.behavior.js]
indent_style = space
[**/ERC20.behavior.js]
indent_style = space
[**/ERC20.behavior.ext.js]
indent_style = space
[**/Voting.behavior.js]
indent_style = space
[**/ERC721.behavior.js]
indent_style = space
[**/ERC721URIStorage.behaviour.js]
indent_style = space
# Compound formatting with spaces preserved
[**/Comp.behavior.js]
indent_style = space
# Zeppelin/Compound EIP712 formatting with spaces preserved
[**/eip712.js]
indent_style = space
[**/sign.js]
indent_style = space
# Coinbase formatting with spaces preserved
[**/coinbase/EIP3009.behavior.js]
indent_style = space
[**/coinbase/helpers/constants.js]
indent_style = space
[**/coinbase/helpers/index.js]
indent_style = space