We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
tab
indent_size
1 parent c1bc4e3 commit 1d95b7eCopy full SHA for 1d95b7e
1 file changed
src/EditorConfigCompletionProvider.ts
@@ -50,7 +50,7 @@ class EditorConfigCompletionProvider implements CompletionItemProvider {
50
),
51
new Property(
52
'indent_size',
53
- ['1', '2', '3', '4', '5', '6', '7', '8', 'unset'],
+ ['1', '2', '3', '4', '5', '6', '7', '8', 'tab', 'unset'],
54
[
55
'A whole number defining the number of columns used for each',
56
'indentation level and the width of soft tabs (when supported).',
0 commit comments