Skip to content

Commit 1d95b7e

Browse files
fix(completions): add tab to list of possible values for indent_size (#445)
1 parent c1bc4e3 commit 1d95b7e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/EditorConfigCompletionProvider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class EditorConfigCompletionProvider implements CompletionItemProvider {
5050
),
5151
new Property(
5252
'indent_size',
53-
['1', '2', '3', '4', '5', '6', '7', '8', 'unset'],
53+
['1', '2', '3', '4', '5', '6', '7', '8', 'tab', 'unset'],
5454
[
5555
'A whole number defining the number of columns used for each',
5656
'indentation level and the width of soft tabs (when supported).',

0 commit comments

Comments
 (0)