dotfiles/sublime/nix.sublime-settings

11 lines
139 B
Plaintext
Raw Normal View History

{
"extensions":
[
"nix"
2023-07-16 15:00:27 +00:00
],
"tab_size": 2,
// Set to true to insert spaces when tab is pressed
"translate_tabs_to_spaces": true
}