File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ root = true
9
9
10
10
# Change these settings to your own preference
11
11
indent_style = space
12
- indent_size = 2
12
+ indent_size = 4
13
13
14
14
# We recommend you to keep these unchanged
15
15
end_of_line = lf
Original file line number Diff line number Diff line change 149
149
"id-blacklist": 0, //blacklist certain identifiers to prevent them being used
150
150
"id-length": 0, //this option enforces minimum and maximum identifier lengths (variable names, property names etc.)
151
151
"id-match": 0, //require identifiers to match the provided regular expression
152
- "indent": ["error", 2 ], //specify tab or space width for your code
152
+ "indent": ["error", 4 ], //specify tab or space width for your code
153
153
"jsx-quotes": 0, //specify whether double or single quotes should be used in JSX attributes
154
154
"key-spacing": 2, //enforce spacing between keys and values in object literal properties
155
155
"keyword-spacing": [2, {
You can’t perform that action at this time.
0 commit comments