Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Base File.sublime-settings
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

// The mid-line characters to align in a multi-line selection, changing
// this to an empty array will disable mid-line alignment
"alignment_chars": ["="],
"alignment_chars": ["=",":"],

// If the following character is matched for alignment, insert a space
// before it in the final alignment
Expand All @@ -25,4 +25,4 @@
"alignment_prefix_chars": [
"+", "-", "&", "|", "<", ">", "!", "~", "%", "/", "*", "."
]
}
}