This file contains hidden or 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 .htaccess file is used to speed up this website | |
# See https://github.com/sergeychernyshev/.htaccess | |
# ---------------------------------------------------------------------- | |
# Proper MIME type for all files | |
# | |
# Copied from the HTML5 boilerplate project's .htaccess file | |
# https://github.com/h5bp/html5-boilerplate/blob/master/.htaccess | |
# ---------------------------------------------------------------------- |
This file contains hidden or 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
{ | |
"quote_enable" : false, | |
"match_adjacent_only" : true, | |
"quote_scope" : "bracket.quote", | |
"curly_scope" : "bracket.curly", | |
"round_scope" : "bracket.round", | |
"square_scope": "bracket.square", | |
"angle_scope" : "bracket.angle", | |
"tag_scope" : "bracket.tag" | |
} |
This file contains hidden or 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
{ | |
"color_scheme": "Packages/Color Scheme - Default/Notepad++.tmTheme", | |
"default_encoding": "ISO-8859-1", | |
"font_face": "Courier New", | |
"font_size": 8, | |
"fade_fold_buttons": false, | |
"highlight_line": true, | |
"highlight_modified_tabs": true, | |
"auto_match_enabled": true, | |
"auto_complete": true, |
This file contains hidden or 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
[ | |
{ "keys": ["ctrl+shift+t"], "command": "reopen_last_file" }, | |
{ "keys": ["ctrl+e"], "command": "encode_html_entities" }, | |
{ "keys": ["ctrl+t"], "command": "move_to", "args": {"to": "brackets"} }, | |
{ "keys": ["f2"], "command": "next_bookmark" }, | |
{ "keys": ["shift+f2"], "command": "prev_bookmark" }, | |
{ "keys": ["ctrl+f2"], "command": "toggle_bookmark" }, | |
{ "keys": ["ctrl+shift+f2"], "command": "clear_bookmarks" }, | |
{ "keys": ["alt+f2"], "command": "select_all_bookmarks" }, | |
{ "keys": ["ctrl+]"], "command": "unbound" }, |
This file contains hidden or 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
<?xml version="1.0" encoding="UTF-8"?> | |
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | |
<plist version="1.0"> | |
<dict> | |
<key>name</key> | |
<string>Notepad++</string> | |
<key>settings</key> | |
<array> | |
<dict> | |
<key>settings</key> |