dotfiles/sublime/CSS.sublime-settings

6 lines
132 B
Plaintext
Raw Normal View History

2022-04-15 11:44:15 +00:00
// These settings override both User and Default settings for the CSS syntax
{
"tab_size": 2,
"translate_tabs_to_spaces": true,
}