forked from sublimehq/Packages
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CSS] Add space after colon only via
auto_complete_trailing_spaces
(s…
…ublimehq#3262) This commit is the 3rd alternative for sublimehq#2886 and sublimehq#2912. It uses the default `auto_complete_trailing_spaces` setting to decide whether to add a space after colons or not when completing properties. Default behavior (`auto_complete_trailing_spaces`: true): font-fam| => font-family: |; Custom behavior (`auto_complete_trailing_spaces`: false): font-fam| => font-family:|; Default bindings no longer add space when typing `:` (colon): font-family| => font-family:|;
- Loading branch information
Showing
2 changed files
with
20 additions
and
30 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters