dotfiles/sublime/Rust.sublime-settings

8 lines
240 B
Plaintext
Raw Permalink Normal View History

2021-10-09 13:02:23 +00:00
// 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,
}