File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ root = true
99
1010# Change these settings to your own preference
1111indent_style = space
12- indent_size = 2
12+ indent_size = 4
1313
1414# We recommend you to keep these unchanged
1515end_of_line = lf
Original file line number Diff line number Diff line change 149149 "id-blacklist": 0, //blacklist certain identifiers to prevent them being used
150150 "id-length": 0, //this option enforces minimum and maximum identifier lengths (variable names, property names etc.)
151151 "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
153153 "jsx-quotes": 0, //specify whether double or single quotes should be used in JSX attributes
154154 "key-spacing": 2, //enforce spacing between keys and values in object literal properties
155155 "keyword-spacing": [2, {
You can’t perform that action at this time.
0 commit comments