Skip to content

Commit ab40642

Browse files
committed
disable change event when setting data
1 parent 4512d45 commit ab40642

2 files changed

Lines changed: 2608 additions & 2575 deletions

File tree

‎.editorconfig‎

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# For more information about the properties used in
2+
# this file, please see the EditorConfig documentation:
3+
# http://editorconfig.org/
4+
5+
root = true
6+
7+
[*]
8+
charset = utf-8
9+
end_of_line = lf
10+
indent_size = 4
11+
indent_style = space
12+
insert_final_newline = true
13+
trim_trailing_whitespace = true
14+
max_line_length = 120
15+
16+
[*.md]
17+
trim_trailing_whitespace = false
18+
max_line_length = 250
19+
20+
[*.yml]
21+
indent_size = 2
22+
indent_style = space
23+
24+
[package.json]
25+
# The indent size used in the `package.json` file cannot be changed
26+
# https://github.com/npm/npm/pull/3180#issuecomment-16336516
27+
indent_size = 2
28+
indent_style = space

0 commit comments

Comments
 (0)