Files
ChocolateyPackages/EthanBrown.SublimeText2.WebPackages/tools/PackageCache/Emmet/Preferences.sublime-settings
2013-04-04 08:54:25 -04:00

30 lines
1.2 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
// --------------------------- README -----------------------------------
// Copy these key/values to User/Preferences.sublime-settings
// They have NO effect here
// If `true` will disable bindings like ctrl+alt+n etc
// Handy for our italian friends :)
"alt_gr": false,
// If `true` will insert id="$1" snippet on pressing '#', similar on '.'
// Useful for `raw html`, but annoying for some templating langs.
"auto_id_class": false,
// disable expanding abbreviation by Tab key
"disable_tab_abbreviations": false,
// disable insertion of formatted linebreak when
// Enter key is pressed between opening and closing HTML tags
"disable_formatted_linebreak": false,
// Enables default Emmet keymap. Many users complain that Emmet actions
// (especially ones that bound to Alt key) behave incorrectly in
// non-English keyboard layouts. Set this setting to `false` in
// Userss Preferences.sublime-settings to disable all default
// keybindings at once
"enable_emmet_keymap": true,
// disable expanding abbreviation by Tab key when autocomplete popup is visible
"disable_tab_abbreviations_on_auto_complete": true
}