diff options
| author | Laurenz <laurmaedje@gmail.com> | 2021-03-04 13:55:21 +0100 |
|---|---|---|
| committer | Laurenz <laurmaedje@gmail.com> | 2021-03-04 13:55:21 +0100 |
| commit | a0de9aad07dda202097705d4e0f5220103686c0f (patch) | |
| tree | b7abc9cb0961f8b3b2ace2b4925067a50bfbd234 /tools/support | |
| parent | 5157c1e276b1314b345bb8215b5a89a2ccb9c5d7 (diff) | |
Fix whitespace ✔
Diffstat (limited to 'tools/support')
| -rw-r--r-- | tools/support/config.json | 54 |
1 files changed, 27 insertions, 27 deletions
diff --git a/tools/support/config.json b/tools/support/config.json index 7ad0f437..0f40bcc7 100644 --- a/tools/support/config.json +++ b/tools/support/config.json @@ -1,29 +1,29 @@ { - "comments": { - "lineComment": "//", - "blockComment": ["/*", "*/"] - }, - "brackets": [ - ["[", "]"], - ["{", "}"], - ["(", ")"] - ], - "autoClosingPairs": [ - { "open": "[", "close": "]" }, - { "open": "{", "close": "}" }, - { "open": "(", "close": ")" }, - { "open": "\"", "close": "\"", "notIn": ["string"] }, - { "open": "$", "close": "$", "notIn": ["string"] } - ], - "autoCloseBefore": "$ \n\t", - "surroundingPairs": [ - ["[", "]"], - ["{", "}"], - ["(", ")"], - ["\"", "\""], - ["*", "*"], - ["_", "_"], - ["`", "`"], - ["$", "$"] - ] + "comments": { + "lineComment": "//", + "blockComment": ["/*", "*/"] + }, + "brackets": [ + ["[", "]"], + ["{", "}"], + ["(", ")"] + ], + "autoClosingPairs": [ + { "open": "[", "close": "]" }, + { "open": "{", "close": "}" }, + { "open": "(", "close": ")" }, + { "open": "\"", "close": "\"", "notIn": ["string"] }, + { "open": "$", "close": "$", "notIn": ["string"] } + ], + "autoCloseBefore": "$ \n\t", + "surroundingPairs": [ + ["[", "]"], + ["{", "}"], + ["(", ")"], + ["\"", "\""], + ["*", "*"], + ["_", "_"], + ["`", "`"], + ["$", "$"] + ] } |
