dotfiles/sublime/C++.sublime-settings

8 lines
248 B
Plaintext
Raw Normal View History

2019-09-27 08:29:26 +00:00
// 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,
}