Skip to content

Commit 73ed1c6

Browse files
author
annarailton
committed
Add default tab width setting
1 parent 091e7fb commit 73ed1c6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

ql.sublime-settings

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
// These settings override both User and Default settings for the ql syntax
2+
{
3+
// The number of spaces a tab is considered equal to
4+
"tab_size": 2,
5+
6+
// Set to true to insert spaces when tab is pressed
7+
"translate_tabs_to_spaces": true,
8+
}

0 commit comments

Comments
 (0)