8 lines
248 B
Text
8 lines
248 B
Text
|
// These settings override both User and Default settings for the C++ syntax
|
||
|
{
|
||
|
// The number of spaces a tab is considered equal to
|
||
|
"tab_size": 2,
|
||
|
// Set to true to insert spaces when tab is pressed
|
||
|
"translate_tabs_to_spaces": true,
|
||
|
}
|