dotfiles/sublime/Rust.sublime-settings
2021-10-09 15:02:23 +02:00

8 lines
240 B
Plaintext

// These settings override both User and Default settings for the Rust 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,
}